Skip to content

Commit a52780b

Browse files
author
James Halliday
committed
2.0.0
1 parent efb6b5e commit a52780b

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

package.json

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "labeled-stream-splicer",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "stream splicer with labels",
55
"main": "index.js",
66
"dependencies": {
77
"inherits": "^2.0.1",
88
"isarray": "~0.0.1",
9-
"stream-splicer": "^1.1.0"
9+
"stream-splicer": "^2.0.0"
1010
},
1111
"devDependencies": {
1212
"tape": "^2.12.1",
@@ -35,23 +35,5 @@
3535
"email": "mail@substack.net",
3636
"url": "http://substack.net"
3737
},
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"
5739
}

readme.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[stream splicer](https://npmjs.org/package/stream-splicer) with labels
44

5-
[![testling badge](https://ci.testling.com/substack/labeled-stream-splicer.png)](https://ci.testling.com/substack/labeled-stream-splicer)
6-
75
[![build status](https://secure.travis-ci.org/substack/labeled-stream-splicer.png)](http://travis-ci.org/substack/labeled-stream-splicer)
86

97
# example

0 commit comments

Comments
 (0)