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

Commit

Permalink
update dependencies and test on node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
stezu committed Jul 28, 2017
1 parent 50a3a17 commit 85361b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- node
- "8"
- "6"
- "5"
- "4"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"beeper": "^1.1.0",
"chai": "^3.5.0",
"coveralls": "^2.11.16",
"eslint-config-stezu": "^1.0.2",
"eslint-config-stezu": "^1.0.5",
"gulp": "^3.9.1",
"gulp-documentation": "^3.2.0",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.1",
"gulp-istanbul": "^1.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-sequence": "^0.4.5",
"sinon": "^1.17.7"
},
"dependencies": {
"lodash": "^4.17.2",
"readable-stream": "^2.2.9",
"readable-stream": "^2.3.3",
"split2": "^2.1.0",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.1"
Expand Down

0 comments on commit 85361b9

Please sign in to comment.