Skip to content
This repository has been archived by the owner on Feb 6, 2018. It is now read-only.

Commit

Permalink
chore: use canaret ranges for dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed May 9, 2016
1 parent 567d4b0 commit 5398914
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"bem-naming": "1.0.1"
},
"devDependencies": {
"ava": "0.14.0",
"benchmark": "2.1.0",
"coveralls": "2.11.9",
"eslint": "2.9.0",
"eslint-config-pedant": "0.4.0",
"jscs": "3.0.3",
"mock-fs": "3.9.0",
"nyc": "6.4.4",
"promise-map-series": "0.2.2",
"proxyquire": "1.7.7",
"sinon": "1.17.4",
"stream-to-array": "2.3.0"
"ava": "^0.14.0",
"benchmark": "^2.1.0",
"coveralls": "^2.11.9",
"eslint": "^2.9.0",
"eslint-config-pedant": "^0.4.0",
"jscs": "^3.0.3",
"mock-fs": "^3.9.0",
"nyc": "^6.4.4",
"promise-map-series": "^0.2.2",
"proxyquire": "^1.7.7",
"sinon": "^1.17.4",
"stream-to-array": "^2.3.0"
},
"scripts": {
"pretest": "eslint . && jscs . -c .jscs.js",
Expand Down

0 comments on commit 5398914

Please sign in to comment.