File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " labeled-stream-splicer" ,
3
- "version" : " 1 .0.2 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " stream splicer with labels" ,
5
5
"main" : " index.js" ,
6
6
"dependencies" : {
7
7
"inherits" : " ^2.0.1" ,
8
8
"isarray" : " ~0.0.1" ,
9
- "stream-splicer" : " ^1.1 .0"
9
+ "stream-splicer" : " ^2.0 .0"
10
10
},
11
11
"devDependencies" : {
12
12
"tape" : " ^2.12.1" ,
35
35
"email" : " mail@substack.net" ,
36
36
"url" : " http://substack.net"
37
37
},
38
- "license" : " MIT" ,
39
- "testling" : {
40
- "files" : " test/*.js" ,
41
- "browsers" : [
42
- " ie/8..latest" ,
43
- " firefox/15" ,
44
- " firefox/latest" ,
45
- " firefox/nightly" ,
46
- " chrome/15" ,
47
- " chrome/latest" ,
48
- " chrome/canary" ,
49
- " opera/12..latest" ,
50
- " opera/next" ,
51
- " safari/5.1..latest" ,
52
- " ipad/6.0..latest" ,
53
- " iphone/6.0..latest" ,
54
- " android-browser/4.2..latest"
55
- ]
56
- }
38
+ "license" : " MIT"
57
39
}
Original file line number Diff line number Diff line change 2
2
3
3
[ stream splicer] ( https://npmjs.org/package/stream-splicer ) with labels
4
4
5
- [ ![ testling badge] ( https://ci.testling.com/substack/labeled-stream-splicer.png )] ( https://ci.testling.com/substack/labeled-stream-splicer )
6
-
7
5
[ ![ build status] ( https://secure.travis-ci.org/substack/labeled-stream-splicer.png )] ( http://travis-ci.org/substack/labeled-stream-splicer )
8
6
9
7
# example
You can’t perform that action at this time.
0 commit comments