Use ~ instead of ^ to support older npm versions

This commit is contained in:
Kevin Sawicki
2014-05-05 11:07:43 -07:00
parent e5197f6f0f
commit f4d9abc789

View File

@@ -18,7 +18,7 @@
"grunt-contrib-coffee": "~0.9.0",
"grunt-contrib-less": "~0.8.0",
"grunt-cson": "0.8.0",
"grunt-download-atom-shell": "^0.6.1",
"grunt-download-atom-shell": "~0.6.1",
"grunt-lesslint": "0.13.0",
"grunt-markdown": "~0.4.0",
"grunt-peg": "~1.1.0",