diff --git a/package.json b/package.json index 770753ab..89d30dce 100644 --- a/package.json +++ b/package.json @@ -7,14 +7,14 @@ "license": "MIT", "main": "index.js", "scripts": { - "start": "node index.js", - "test": "npm run unit", - "unit": "./bin/units", + "audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", "ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", "coverage": "node_modules/.bin/istanbul cover test/unit/run.js", - "audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;", "docs": "./bin/generate-docs", "lint": "jshint .", + "start": "node index.js", + "test": "npm run unit", + "unit": "./bin/units", "validate": "npm ls" }, "repository": {