Skip to content

Commit 07880c9

Browse files
committed
Updated package.json: Updated dev dependencies
1 parent 6a76da6 commit 07880c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
],
2424
"main": "bencode.js",
2525
"devDependencies": {
26-
"matcha": "",
27-
"bencoding": "",
28-
"dht-bencode": "",
29-
"bncode": "",
30-
"dht.js": "",
31-
"tape": "~2.12",
32-
"tap-spec": ""
26+
"bencoding": "latest",
27+
"bncode": "latest",
28+
"dht-bencode": "latest",
29+
"dht.js": "latest",
30+
"matcha": "~0.6.0",
31+
"tap-spec": "~2.2.0",
32+
"tape": "~3.5.0"
3333
},
3434
"scripts": {
3535
"test": "node node_modules/.bin/tape test/*.test.js | node node_modules/.bin/tap-spec",

0 commit comments

Comments
 (0)