mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-05-03 14:32:18 +00:00
change cov
This commit is contained in:
parent
fb37b4dec9
commit
e6bcde41fb
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user