File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
- - " 5.5.0 "
5
- - " 4.2.6 "
4
+ - " 5"
5
+ - " 4"
6
6
- " 0.12"
7
7
- " 0.11"
8
8
- " 0.10"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-cache-bust" ,
3
3
"description" : " Bust static assets from the cache using content hashing" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"author" : " Ben Holland <hi@benholland.me>" ,
6
6
"repository" : {
7
7
"type" : " git" ,
14
14
}
15
15
],
16
16
"engines" : {
17
- "node" : " >= 0.10.0"
17
+ "node" : " >=0.10.0"
18
18
},
19
19
"scripts" : {
20
20
"test" : " grunt test"
21
21
},
22
22
"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"
28
29
},
29
30
"peerDependencies" : {
30
- "grunt" : " ~0.4.5"
31
- },
32
- "dependencies" : {
33
- "grunt" : " ~0.4.5"
31
+ "grunt" : " >=0.4.0"
34
32
},
35
33
"keywords" : [
36
34
" grunt" ,
You can’t perform that action at this time.
0 commit comments