Skip to content

Commit

Permalink
Use ^ version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 16, 2018
1 parent 3c6337d commit 5401c48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@
},
"homepage": "https://unexpected.js.org/unexpected-set",
"devDependencies": {
"coveralls": "3.0.0",
"eslint": "2.13.1",
"eslint-config-onelint": "1.2.0",
"istanbul": "0.4.5",
"mocha": "2.4.5",
"unexpected": "10.37.4",
"coveralls": "^3.0.0",
"eslint": "^2.13.1",
"eslint-config-onelint": "^1.2.0",
"istanbul": "^0.4.5",
"mocha": "^2.4.5",
"unexpected": "^10.37.4",
"unexpected-documentation-site-generator": "^4.0.0",
"unexpected-markdown": "^1.3.4"
},
"dependencies": {
"es6-set": "0.1.5"
"es6-set": "^0.1.5"
}
}

0 comments on commit 5401c48

Please sign in to comment.