Merge pull request #133 from cdcabrera/issue-npm-scripts
NPM Script Updates
Showing
| ... | @@ -9,8 +9,10 @@ | ... | @@ -9,8 +9,10 @@ |
| "angular": "1.5.11" | "angular": "1.5.11" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "bower": "^1.8.0", | |||
| "express": "3.4.4", | "express": "3.4.4", | ||
| "grunt": "0.4.5", | "grunt": "0.4.5", | ||
| "grunt-cli": "^1.2.0", | |||
| "grunt-angular-templates": "0.5.7", | "grunt-angular-templates": "0.5.7", | ||
| "grunt-available-tasks": "0.4.3", | "grunt-available-tasks": "0.4.3", | ||
| "grunt-contrib-clean": "0.4.1", | "grunt-contrib-clean": "0.4.1", | ||
| ... | @@ -38,7 +40,10 @@ | ... | @@ -38,7 +40,10 @@ |
| "nsp": "^2.6.1" | "nsp": "^2.6.1" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "test": "grunt test" | "test": "grunt test", | ||
| "build": "grunt build", | |||
| "deploy": "grunt deploy", | |||
| "help": "grunt help" | |||
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | ... |
Please
register
or
sign in
to comment