npm-run-help
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "npm-run-help", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Like gulp-run-help, but for npm run-script", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ # npm-run-help | ||
"deploy": "git checkout gh-pages && git merge --no-edit master && npm run build && git push && git checkout -", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"watch": "watchify load-quote.js -o bundle.js -dv" | ||
@@ -33,1 +34,3 @@ }, | ||
to see your currently installed `run-scripts`. | ||
![screenshot](screenshot.png) |
87535
4
35