- updated all dependencies, and ran npm audit fix.
breaking
- removed jspm integration, see ticket #30
breaking
- replace
--productionwith the opposite flag--dev
complete rewrite of importly.
breaking cli changes:
- importly now performs offline lookups in your
node_modulesdirectory by default- if this breaks your app because you don't have a
node_modulesdirectory, you might want to set--lookup=unpkgand--host=unpkg
- if this breaks your app because you don't have a
--lockhas been replaced by--semver. see the readme about how it works--verbosehas been removed
new features:
- importly now works offline by default
- importly now recommends using
package-lock.jsoninstead ofpackage.json, but both will work- when you use
package-lock.jsonin conjunction with--host=node_modules, you will get scoped subdependencies
- when you use
- added flags (see readme for details)
--production--root--semver--mini