Browse Source

Use the tilde (~) consistently in package.json

Closes #5407
Michał Gołębiowski 11 years ago
parent
commit
cd33d0717c
  1. 10
      package.json

10
package.json

@ -3,11 +3,11 @@ @@ -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": {

Loading…
Cancel
Save