Save as dependency?
simeg opened this issue · 0 comments
simeg commented
In the README the npm command says --save which saves the dependency to dependencies in package.json. I can only think of use cases where I'd want to save it as a development dependency, i.e. I'd install it as npm install --save-dev json-loader.
So my question, why would you need this as a regular dependency?