Skip to content

Commit

Permalink
update wiredep and minimum node required
Browse files Browse the repository at this point in the history
BREAKING CHANGES from the change in wiredep from v2 to v4. Please see
wiredep for those changes

Fixes #147
  • Loading branch information
eddiemonge committed Apr 4, 2016
1 parent e441568 commit 2950cb2
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 @@ -27,13 +27,13 @@
}
],
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
"node": ">=0.10.0",
"npm": ">=2.3.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"dependencies": {
"wiredep": "^2.1.0"
"wiredep": "^4.0.0"
}
}

0 comments on commit 2950cb2

Please sign in to comment.