Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 780aa6f

Browse files
authored
Merge branch 'master' into update-winston
2 parents b356ddf + d7253ab commit 780aa6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"docs:build": "typedoc --tsconfig tsconfig.prod.json",
2424
"lint": "ethereumjs-config-lint",
2525
"lint:fix": "ethereumjs-config-lint-fix",
26+
"tape": "ts-node node_modules/tape/bin/tape",
2627
"test": "npm run test:unit && npm run test:integration",
27-
"test:unit": "ts-node node_modules/tape/bin/tape 'test/{!(integration)/**/*.ts,logger.ts}'",
28-
"test:integration": "ts-node node_modules/tape/bin/tape 'test/integration/**/*.ts'",
28+
"test:unit": "npm run tape -- 'test/!(integration)/**/*.ts'",
29+
"test:integration": "npm run tape -- 'test/integration/**/*.ts'",
2930
"test:browser": "karma start karma.conf.js"
3031
},
3132
"husky": {
@@ -72,7 +73,6 @@
7273
"libp2p-tcp": "^0.13.0",
7374
"libp2p-websockets": "^0.12.0",
7475
"merkle-patricia-tree": "^4.0.0",
75-
"ms": "^2.1.1",
7676
"peer-id": "^0.12.2",
7777
"peer-info": "^0.15.1",
7878
"pull-catch": "^1.0.0",

0 commit comments

Comments
 (0)