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

Commit

Permalink
Merge pull request #9 from TakenPilot/update-dependencies
Browse files Browse the repository at this point in the history
update-dependencies
  • Loading branch information
TakenPilot committed Oct 24, 2015
2 parents 8695ebd + 8de2ff9 commit 2df10f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
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"
}
}

0 comments on commit 2df10f1

Please sign in to comment.