[Pkg-javascript-commits] [node-stream-browserify] 40/44: bump deps

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 14:18:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stream-browserify.

commit 44cbbee96855e813db80d30077312ea912c8ce5a
Author: Steve Mao <steve at interact.technology>
Date:   Thu Aug 27 10:09:24 2015 +1000

    bump deps
---
 .travis.yml  | 2 +-
 package.json | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a9df7e1..ccde138 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ node_js:
   - 'iojs'
   - '0.12'
   - '0.10'
-  - "0.8"
+  - '0.8'
 before_install:
   - npm install -g npm
diff --git a/package.json b/package.json
index 3d09ec8..6e0af1a 100644
--- a/package.json
+++ b/package.json
@@ -5,11 +5,11 @@
   "main": "index.js",
   "dependencies": {
     "inherits": "~2.0.1",
-    "readable-stream": "^2.0.1"
+    "readable-stream": "^2.0.2"
   },
   "devDependencies": {
-    "typedarray": "~0.0.5",
-    "tape": "~2.3.2"
+    "typedarray": "~0.0.6",
+    "tape": "^4.2.0"
   },
   "scripts": {
     "test": "tape test/*.js"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git



More information about the Pkg-javascript-commits mailing list