Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

update-dependencies #9

Merged
merged 1 commit into from
Oct 24, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.12"
- "4.0"
- "4.2"
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
"gulp-util": "^3.0",
"handlebars": ">=2",
"lodash": ">=2",
"readable-stream": "^1.1",
"through2": "^0.6"
"readable-stream": "^2.0",
"through2": "^2.0"
},
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"es6-promise": "^2.0.1",
"gulp": "^3.8.10",
"blanket": "^1.1",
"chai": "^3.4",
"coveralls": "^2.11",
"es6-promise": "^3.0",
"gulp": "^3.8",
"gulp-rename": "^1.2.0",
"mocha": "2.1.0",
"mocha-lcov-reporter": "0.0.1",
"sinon": "^1.12.2",
"vinyl": "^0.4.6",
"vinyl-fs": "^0.3.13"
"mocha": "2.1",
"mocha-lcov-reporter": "^1.0",
"sinon": "^1.12",
"vinyl": "^1.0",
"vinyl-fs": "^2.2"
}
}