Skip to content

Commit

Permalink
lock devDependencies, roots, to 3.0.0-rc.10; remove peerDependencies;…
Browse files Browse the repository at this point in the history
… change roots-util to dynamic version `0.1.0`
  • Loading branch information
hhsnopek committed Sep 29, 2014
1 parent 0d5e930 commit aa8e404
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@
"istanbul": "*",
"mocha-lcov-reporter": "*",
"coveralls": "*",
"roots": "3.x",
"roots-util": "0.0.4"
},
"peerDependencies": {
"roots": "3.x"
"roots": "3.0.0-rc.10",
"roots-util": "0.1.0"
},
"scripts": {
"test": "npm run lint && mocha",
Expand Down

0 comments on commit aa8e404

Please sign in to comment.