Skip to content

Commit

Permalink
deps and .12 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyod committed Feb 18, 2015
1 parent f95d700 commit 42bb2b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.10
- 0.11
- 0.12
5 changes: 5 additions & 0 deletions 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.
Expand Down
20 changes: 10 additions & 10 deletions 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": {
Expand All @@ -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"
}
}

0 comments on commit 42bb2b0

Please sign in to comment.