change cov

This commit is contained in:
David Dias 2015-09-23 19:58:14 +01:00
parent fb37b4dec9
commit e6bcde41fb

View File

@ -5,7 +5,7 @@
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "./node_modules/.bin/lab tests/*-test.js", "test": "./node_modules/.bin/lab tests/*-test.js",
"coverage": "./node_modules/.bin/lab -t 100 tests/*-test.js", "coverage": "./node_modules/.bin/lab -t 88 tests/*-test.js",
"laf": "./node_modules/.bin/standard --format", "laf": "./node_modules/.bin/standard --format",
"lint": "./node_modules/.bin/standard" "lint": "./node_modules/.bin/standard"
}, },
@ -24,7 +24,8 @@
"homepage": "https://github.com/diasdavid/node-ipfs-swarm", "homepage": "https://github.com/diasdavid/node-ipfs-swarm",
"pre-commit": [ "pre-commit": [
"lint", "lint",
"test" "test",
"coverage"
], ],
"engines": { "engines": {
"node": "^4.0.0" "node": "^4.0.0"