Skip to content

Commit 1194844

Browse files
committed
Updated to grunt@1.x.x
1 parent 4133688 commit 1194844

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "5.5.0"
5-
- "4.2.6"
4+
- "5"
5+
- "4"
66
- "0.12"
77
- "0.11"
88
- "0.10"

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-cache-bust",
33
"description": "Bust static assets from the cache using content hashing",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"author": "Ben Holland <hi@benholland.me>",
66
"repository": {
77
"type": "git",
@@ -14,23 +14,21 @@
1414
}
1515
],
1616
"engines": {
17-
"node": ">= 0.10.0"
17+
"node": ">=0.10.0"
1818
},
1919
"scripts": {
2020
"test": "grunt test"
2121
},
2222
"devDependencies": {
23-
"grunt-contrib-clean": "~0.7.0",
24-
"grunt-contrib-copy": "~0.8.0",
25-
"grunt-contrib-jshint": "~0.12.0",
26-
"grunt-contrib-nodeunit": "~0.4.1",
27-
"grunt-contrib-watch": "~0.6.1"
23+
"grunt": "^1.0.1",
24+
"grunt-contrib-clean": "^1.0.0",
25+
"grunt-contrib-copy": "^1.0.0",
26+
"grunt-contrib-jshint": "^1.0.0",
27+
"grunt-contrib-nodeunit": "^1.0.0",
28+
"grunt-contrib-watch": "^1.0.0"
2829
},
2930
"peerDependencies": {
30-
"grunt": "~0.4.5"
31-
},
32-
"dependencies": {
33-
"grunt": "~0.4.5"
31+
"grunt": ">=0.4.0"
3432
},
3533
"keywords": [
3634
"grunt",

0 commit comments

Comments
 (0)