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", "version": "0.8.0",
"devDependencies": { "devDependencies": {
"jsdoc": "3.3.0-alpha9", "jsdoc": "3.3.0-alpha9",
"jshint": "2.4.x", "jshint": "~2.4.0",
"wintersmith": "2.0.x", "wintersmith": "~2.0.0",
"moment": "2.3.x", "moment": "~2.3.0",
"underscore": "1.4.x", "underscore": "~1.4.0",
"typogr": "0.5.x", "typogr": "~0.5.0",
"yargs": "~1.2.1" "yargs": "~1.2.1"
}, },
"scripts": { "scripts": {