Use the tilde (~) consistently in package.json

Closes #5407
This commit is contained in:
Michał Gołębiowski 2014-10-14 14:00:39 +02:00
parent ddec2f2a2a
commit cd33d0717c

View File

@ -3,11 +3,11 @@
"version": "0.8.0",
"devDependencies": {
"jsdoc": "3.3.0-alpha9",
"jshint": "2.4.x",
"wintersmith": "2.0.x",
"moment": "2.3.x",
"underscore": "1.4.x",
"typogr": "0.5.x",
"jshint": "~2.4.0",
"wintersmith": "~2.0.0",
"moment": "~2.3.0",
"underscore": "~1.4.0",
"typogr": "~0.5.0",
"yargs": "~1.2.1"
},
"scripts": {