Skip to content

Commit

Permalink
internal: Update nsp
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybaker committed Nov 2, 2015
1 parent c9abeb1 commit f79c2f0
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 @@ -13,7 +13,7 @@
"prepublish": "in-publish && source ./scripts.sh && npm prune && npm run nsp && npm run gitPush || in-install",
"lint": "eslint .",
"requireGitClean": "source ./scripts.sh && git_require_clean_work_tree",
"nsp": "nsp audit-package",
"nsp": "nsp check",
"note2": "--no-verify skips the commit hook",
"dmn": "dmn gen -f . && if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != '' ]]; then git add .npmignore && git commit --no-verify -m'update npmignore'; fi",
"doctoc": "doctoc README.md && if [ -f CONTRIBUTING.md ]; then doctoc CONTRIBUTING.md; fi && if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != '' ]]; then git add README.md CONTRIBUTING.md && git commit --no-verify -m'table of contents update'; fi",
Expand Down Expand Up @@ -70,7 +70,7 @@
"minimist": "1.1.1",
"mocha": "^2.2.5",
"nodemon": "^1.3.7",
"nsp": "^1.0.1",
"nsp": "^2.0.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
Expand Down

0 comments on commit f79c2f0

Please sign in to comment.