Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.

Commit 0b7f777

Browse files
committed
switch from ^ to ~ since dependencies are all pre-1.0
1 parent e060f2a commit 0b7f777

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"css-flip": "~0.3.0"
2929
},
3030
"devDependencies": {
31-
"grunt-contrib-jshint": "^0.8.0",
32-
"grunt-contrib-clean": "^0.5.0",
33-
"grunt-contrib-nodeunit": "^0.3.2",
34-
"grunt": "^0.4.2",
35-
"grunt-jscs-checker": "^0.4.0",
36-
"load-grunt-tasks": "^0.4.0"
31+
"grunt-contrib-jshint": "~0.8.0",
32+
"grunt-contrib-clean": "~0.5.0",
33+
"grunt-contrib-nodeunit": "~0.3.2",
34+
"grunt": "~0.4.2",
35+
"grunt-jscs-checker": "~0.4.0",
36+
"load-grunt-tasks": "~0.4.0"
3737
},
3838
"peerDependencies": {
3939
"grunt": "~0.4.2"

0 commit comments

Comments
 (0)