Browse Source

Alphabetize npm scripts

pull/587/head
Julian Simioni 9 years ago
parent
commit
d3a09ba7f4
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 8
      package.json

8
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": {

Loading…
Cancel
Save