Skip to content

Commit

Permalink
Add back scripts location which 'npm init' remove
Browse files Browse the repository at this point in the history
  • Loading branch information
tortillaj committed Dec 29, 2016
1 parent fe274bb commit f008989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"cm": "nodemon ./bin/probo container-manager -c cm.yml",
"ghh": "nodemon ./bin/probo github-handler -c ghh.yml",
"test": "mocha --recursive --require should",
"coverage": "istanbul cover ./node_modules/.bin/_mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"watch": "mocha -w --recursive --require should",
"standards": "eslint lib cli-subcommands test"
"standards": "./node_modules/.bin/eslint lib cli-subcommands test"
},
"contributors": [
"Howard Tyson <howard@howardtyson.com> (http://howardtyson.com)",
Expand Down

0 comments on commit f008989

Please sign in to comment.