Skip to content

Commit e5b050b

Browse files
committed
support npm <1.14
1 parent ece9415 commit e5b050b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dht-bencode": "",
2929
"bncode": "",
3030
"dht.js": "",
31-
"tape": "^2"
31+
"tape": "~2.12"
3232
},
3333
"scripts": {
3434
"test": "node node_modules/tape/bin/tape test/*.test.js",
@@ -40,5 +40,18 @@
4040
},
4141
"bugs": {
4242
"url": "https://github.com/themasch/node-bencode/issues"
43-
}
43+
},
44+
"testling": {
45+
"files": "test/*.test.js",
46+
"browsers": [
47+
"ie/6..latest",
48+
"chrome/22..latest",
49+
"firefox/16..latest",
50+
"safari/latest",
51+
"opera/11.0..latest",
52+
"iphone/6..latest",
53+
"ipad/6..latest",
54+
"android-browser/latest"
55+
]
56+
},
4457
}

0 commit comments

Comments
 (0)