Skip to content

Commit

Permalink
Merge pull request #32 from bem-sdk/caret-ranges
Browse files Browse the repository at this point in the history
chore: use caret ranges for dev dependencies
  • Loading branch information
blond committed May 9, 2016
2 parents 83e16d8 + bd3c569 commit 70d98c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -27,13 +27,13 @@
"bem-naming": "1.0.1"
},
"devDependencies": {
"ava": "0.14.0",
"coveralls": "2.11.9",
"eslint": "2.9.0",
"eslint-config-pedant": "0.4.0",
"jscs": "3.0.3",
"matcha": "0.7.0",
"nyc": "6.4.4"
"ava": "^0.14.0",
"coveralls": "^2.11.9",
"eslint": "^2.9.0",
"eslint-config-pedant": "^0.4.0",
"jscs": "^3.0.3",
"matcha": "^0.7.0",
"nyc": "^6.4.4"
},
"scripts": {
"pretest": "eslint . && jscs .",
Expand Down

0 comments on commit 70d98c4

Please sign in to comment.