From 42bb2b08d976a1379f1b1300440aa5bdccbc3f26 Mon Sep 17 00:00:00 2001 From: mattyod Date: Wed, 18 Feb 2015 21:32:53 +0000 Subject: [PATCH] deps and .12 CI --- .travis.yml | 2 +- changelog.md | 5 +++++ package.json | 20 ++++++++++---------- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index fca8ef0..784e99e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: node_js node_js: - 0.10 - - 0.11 + - 0.12 diff --git a/changelog.md b/changelog.md index 9bd516f..7a3f21b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Gulp-bust Changelog +## 18 February 2015: _0.2.2_ + +* Dependencies update +* Set Node 0.12 in CI + ## 29 October 2014: _0.2.1_ * Fix ie OS checks. diff --git a/package.json b/package.json index f7e1f5b..6738728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-bust", - "version": "0.2.1", + "version": "0.2.2", "description": "Gulp cache busting with development or production mappings", "main": "index.js", "scripts": { @@ -22,17 +22,17 @@ "homepage": "https://github.com/mattyod/gulp-bust", "dependencies": { "underscore": "1.7.0", - "gulp-util": "3.0.1", + "gulp-util": "3.0.3", "through2": "0.6.3" }, "devDependencies": { - "jshint": "2.5.6", - "jscs": "1.7.3", - "mocha": "1.21.5", - "chai": "1.9.2", - "sinon": "1.10.3", - "sinon-chai": "2.6.0", - "gulp": "3.8.8", - "event-stream": "3.1.7" + "jshint": "2.6.0", + "jscs": "1.11.3", + "mocha": "2.1.0", + "chai": "2.0.0", + "sinon": "1.12.2", + "sinon-chai": "2.7.0", + "gulp": "3.8.11", + "event-stream": "3.2.2" } }