Skip to content

Commit 17ee505

Browse files
committedNov 12, 2015
Revert "Do not use "^" versions, ever, use ~"
This reverts commit 7276245. There's absolutely no reason for this at this point; tests pass just fine. Instead use tilde for uglify-js.
1 parent 2562bb2 commit 17ee505

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"test": "grunt test"
1616
},
1717
"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",
2121
"uglify-js": "~2.5.0",
22-
"uri-path": "~1.0.0"
22+
"uri-path": "^1.0.0"
2323
},
2424
"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"
3131
},
3232
"peerDependencies": {
3333
"grunt": ">=0.4.0"

0 commit comments

Comments
 (0)
Please sign in to comment.