Skip to content

Commit

Permalink
Updated to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoIIand committed Apr 6, 2016
1 parent 4133688 commit 1194844
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
sudo: false
node_js:
- "5.5.0"
- "4.2.6"
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
Expand Down
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-cache-bust",
"description": "Bust static assets from the cache using content hashing",
"version": "1.2.0",
"version": "1.3.0",
"author": "Ben Holland <[email protected]>",
"repository": {
"type": "git",
Expand All @@ -14,23 +14,21 @@
}
],
"engines": {
"node": ">= 0.10.0"
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1"
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"dependencies": {
"grunt": "~0.4.5"
"grunt": ">=0.4.0"
},
"keywords": [
"grunt",
Expand Down

0 comments on commit 1194844

Please sign in to comment.