Open ain opened 7 years ago
Global dependencies such as bower and grunt should be removed.
bower
grunt
Local dependencies should be used instead over NPM scripts so they can be controlled as per version from package.json.
package.json
@davleh you can take this in case you have time.
Global dependencies such as
bower
andgrunt
should be removed.Local dependencies should be used instead over NPM scripts so they can be controlled as per version from
package.json
.