Skip to content

Commit

Permalink
chore(project): make peerDependency versions more specific
Browse files Browse the repository at this point in the history
This is needed to support node<=0.10.

Fixes #164
morganrallen authored and nikku committed Mar 20, 2016

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent 60edccb commit fdcbabf
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
@@ -55,8 +55,8 @@
"watchify": "^3.6.1"
},
"peerDependencies": {
"karma": ">=0.10",
"browserify": ">=10 <=13",
"watchify": ">=3 <4"
"karma": ">=0.10.0",
"browserify": ">=10.0.0 <=13.0.0",
"watchify": ">=3.0.0 <4.0.0"
}
}

0 comments on commit fdcbabf

Please sign in to comment.