Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

Commit

Permalink
fix package.json so things actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Jul 26, 2017
1 parent 11d5635 commit f207e03
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -43,9 +43,8 @@
"scripts": {
"lint": "eslint . bin/nsp",
"setup-offline": "curl -sS https://api.nodesecurity.io/advisories -o advisories.json",
"test": "lab -a code -t 100 -I Reflect",
"nsp": "bin/nsp check",
"shrinkwrap": "npm shrinkwrap && shrinkydink"
"test": "lab -a code -t 100 -I Reflect,WebAssembly",
"nsp": "bin/nsp check"
},
"pre-commit": [
"test"
Expand Down

0 comments on commit f207e03

Please sign in to comment.