We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c887bf9 + 9fde47e commit 6a76da6Copy full SHA for 6a76da6
package.json
@@ -28,11 +28,12 @@
28
"dht-bencode": "",
29
"bncode": "",
30
"dht.js": "",
31
- "tape": "~2.12"
+ "tape": "~2.12",
32
+ "tap-spec": ""
33
},
34
"scripts": {
- "test": "node node_modules/tape/bin/tape test/*.test.js",
35
- "bench": "node node_modules/matcha/bin/matcha benchmark/*.js"
+ "test": "node node_modules/.bin/tape test/*.test.js | node node_modules/.bin/tap-spec",
36
+ "bench": "node node_modules/.bin/matcha benchmark/*.js"
37
38
"repository": {
39
"type": "git",
0 commit comments