Browse Source

Merge pull request #345 from pelias/use-tap-dot

Use tap-dot
pull/351/head
Julian Simioni 9 years ago
parent
commit
11a5b638ae
  1. 4
      package.json

4
package.json

@ -9,7 +9,7 @@
"scripts": { "scripts": {
"start": "node index.js", "start": "node index.js",
"test": "npm run unit", "test": "npm run unit",
"unit": "node test/unit/run.js | tap-spec", "unit": "node test/unit/run.js | tap-dot",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", "ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",
"coverage": "node_modules/.bin/istanbul cover test/unit/run.js", "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;", "audit": "npm shrinkwrap; node node_modules/nsp/bin/nspCLI.js audit-shrinkwrap; rm npm-shrinkwrap.json;",
@ -64,7 +64,7 @@
"nsp": "^0.3.0", "nsp": "^0.3.0",
"precommit-hook": "^1.0.7", "precommit-hook": "^1.0.7",
"proxyquire": "^1.4.0", "proxyquire": "^1.4.0",
"tap-spec": "^0.2.0", "tap-dot": "^1.0.0",
"tape": "^2.13.4" "tape": "^2.13.4"
} }
} }

Loading…
Cancel
Save