File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,6 @@ var bencode = require( 'bencode' )
7474
7575You can also use node-bencode with browserify to be able to use it in a lot of modern browsers.
7676
77- [ ![ testling results] ( https://ci.testling.com/themasch/node-bencode.png )] ( https://ci.testling.com/themasch/node-bencode )
78-
7977### Encoding
8078
8179``` javascript
Original file line number Diff line number Diff line change 4343 "scripts" : {
4444 "bench" : " matcha" ,
4545 "test" : " standard && tape test/*.test.js | tap-spec"
46- },
47- "testling" : {
48- "files" : " test/*.test.js" ,
49- "browsers" : [
50- " ie/6..latest" ,
51- " chrome/22..latest" ,
52- " firefox/16..latest" ,
53- " safari/latest" ,
54- " opera/11.0..latest" ,
55- " iphone/6..latest" ,
56- " ipad/6..latest" ,
57- " android-browser/latest"
58- ]
5946 }
6047}
You can’t perform that action at this time.
0 commit comments