You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2020. It is now read-only.
v2.0.0
BREAKING CHANGES
files have been moved to `lib/` folder, so strider needs changes.
- Add pruneJobs command
- Fix deprecation warning for mongoose
Ignore scripts on install -- Fixes#12
This avoids preinstall prepublish scripts that might use devDependencies,
but since we use `--production` those aren't installed and the result is an error.
This solves that.