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.
1 parent 6a76da6 commit 07880c9Copy full SHA for 07880c9
package.json
@@ -23,13 +23,13 @@
23
],
24
"main": "bencode.js",
25
"devDependencies": {
26
- "matcha": "",
27
- "bencoding": "",
28
- "dht-bencode": "",
29
- "bncode": "",
30
- "dht.js": "",
31
- "tape": "~2.12",
32
- "tap-spec": ""
+ "bencoding": "latest",
+ "bncode": "latest",
+ "dht-bencode": "latest",
+ "dht.js": "latest",
+ "matcha": "~0.6.0",
+ "tap-spec": "~2.2.0",
+ "tape": "~3.5.0"
33
},
34
"scripts": {
35
"test": "node node_modules/.bin/tape test/*.test.js | node node_modules/.bin/tap-spec",
0 commit comments