Skip to content

Commit

Permalink
chore(project): use broader semver ranges for peer deps
Browse files Browse the repository at this point in the history
* Reverts fdcbabf
* See #164, this eliminates npm 1.x support
* Closes #187
  • Loading branch information
bendrucker committed May 6, 2016
1 parent 3a60316 commit 1ea06cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"karma": ">=0.10.0",
"browserify": ">=10.0.0 <=13.0.0",
"watchify": ">=3.0.0 <4.0.0"
"browserify": ">=10 <14",
"watchify": ">=3 <4"
}
}

0 comments on commit 1ea06cb

Please sign in to comment.