[Pkg-javascript-commits] [node-labeled-stream-splicer] 10/14: 2.0.0
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 15 09:43:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-labeled-stream-splicer.
commit a52780b45be32fc8e398dc6a1957299603e30a12
Author: James Halliday <mail at substack.net>
Date: Mon Aug 24 00:06:14 2015 -0500
2.0.0
---
package.json | 24 +++---------------------
readme.markdown | 2 --
2 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/package.json b/package.json
index cd43cd7..f2f2929 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
"name": "labeled-stream-splicer",
- "version": "1.0.2",
+ "version": "2.0.0",
"description": "stream splicer with labels",
"main": "index.js",
"dependencies": {
"inherits": "^2.0.1",
"isarray": "~0.0.1",
- "stream-splicer": "^1.1.0"
+ "stream-splicer": "^2.0.0"
},
"devDependencies": {
"tape": "^2.12.1",
@@ -35,23 +35,5 @@
"email": "mail at substack.net",
"url": "http://substack.net"
},
- "license": "MIT",
- "testling": {
- "files": "test/*.js",
- "browsers": [
- "ie/8..latest",
- "firefox/15",
- "firefox/latest",
- "firefox/nightly",
- "chrome/15",
- "chrome/latest",
- "chrome/canary",
- "opera/12..latest",
- "opera/next",
- "safari/5.1..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest",
- "android-browser/4.2..latest"
- ]
- }
+ "license": "MIT"
}
diff --git a/readme.markdown b/readme.markdown
index e7c9b0a..c8e08e2 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -2,8 +2,6 @@
[stream splicer](https://npmjs.org/package/stream-splicer) with labels
-[![testling badge](https://ci.testling.com/substack/labeled-stream-splicer.png)](https://ci.testling.com/substack/labeled-stream-splicer)
-
[![build status](https://secure.travis-ci.org/substack/labeled-stream-splicer.png)](http://travis-ci.org/substack/labeled-stream-splicer)
# example
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-labeled-stream-splicer.git
More information about the Pkg-javascript-commits
mailing list