File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
"test" : " grunt test"
16
16
},
17
17
"dependencies" : {
18
- "chalk" : " ~ 1.0.0" ,
19
- "lodash" : " ~ 3.2.0" ,
20
- "maxmin" : " ~ 1.0.0" ,
18
+ "chalk" : " ^ 1.0.0" ,
19
+ "lodash" : " ^ 3.2.0" ,
20
+ "maxmin" : " ^ 1.0.0" ,
21
21
"uglify-js" : " ~2.5.0" ,
22
- "uri-path" : " ~ 1.0.0"
22
+ "uri-path" : " ^ 1.0.0"
23
23
},
24
24
"devDependencies" : {
25
- "grunt" : " ~ 0.4.2" ,
26
- "grunt-cli" : " ~ 0.1.13" ,
27
- "grunt-contrib-clean" : " ~ 0.6.0" ,
28
- "grunt-contrib-internal" : " ~ 0.4.12" ,
29
- "grunt-contrib-jshint" : " ~ 0.11.0" ,
30
- "grunt-contrib-nodeunit" : " ~ 0.4.0"
25
+ "grunt" : " ^ 0.4.2" ,
26
+ "grunt-cli" : " ^ 0.1.13" ,
27
+ "grunt-contrib-clean" : " ^ 0.6.0" ,
28
+ "grunt-contrib-internal" : " ^ 0.4.12" ,
29
+ "grunt-contrib-jshint" : " ^ 0.11.0" ,
30
+ "grunt-contrib-nodeunit" : " ^ 0.4.0"
31
31
},
32
32
"peerDependencies" : {
33
33
"grunt" : " >=0.4.0"
You can’t perform that action at this time.
0 commit comments