Skip to content

Commit

Permalink
NPM: Allow ^ for devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Nov 24, 2016
1 parent 8a37d5c commit cf969c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"imgflo-url": "^0.9.1"
},
"devDependencies": {
"chai": "3.3.0",
"coffee-script": "1.10.0",
"mocha": "3.1.2"
"chai": "^3.3.0",
"coffee-script": "^1.10.0",
"mocha": "^3.1.2"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit cf969c6

Please sign in to comment.