From 8de2ff977339e14a385b600d586d78516180c341 Mon Sep 17 00:00:00 2001 From: Dane Stuckel Date: Sat, 24 Oct 2015 07:39:17 -0400 Subject: [PATCH] update-dependencies --- .travis.yml | 5 ++++- package.json | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2e3ef3..bd05ef8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ language: node_js node_js: - - "0.11" \ No newline at end of file + - "0.10" + - "0.12" + - "4.0" + - "4.2" \ No newline at end of file diff --git a/package.json b/package.json index a2a8b1e..2a6d62b 100644 --- a/package.json +++ b/package.json @@ -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" } }