Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 14, 2015
1 parent 87115be commit cda1c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.4"

branches:
only:
Expand All @@ -10,4 +10,4 @@ before_install:
- npm i -g npm
# Workaround for a permissions issue with Travis virtual machine images
script:
- npm test
- npm test
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"dependencies": {
"length-prefixed-message": "^3.0.3",
"through2": "^0.6.5"
"through2": "^2.0.0"
},
"devDependencies": {
"buffertools": "^2.1.2",
Expand All @@ -41,7 +41,6 @@
"duplex-transform": "^0.1.4",
"lab": "^5.9.0",
"pre-commit": "^1.0.7",
"standard": "^4.0.1",
"through2": "^0.6.5"
"standard": "^4.0.1"
}
}

0 comments on commit cda1c1b

Please sign in to comment.