Skip to content

Commit

Permalink
Fix semver on jQuery peer-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Pictor13 committed Jul 17, 2018
1 parent 9847d29 commit 60a0f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"mocha": "^3.1.0"
},
"peerDependencies": {
"jquery": "^1.7.0, ^2, ^3"
"jquery": "^1.7.0 || ^2 || ^3"
},
"scripts": {
"test": "karma start",
Expand Down

0 comments on commit 60a0f01

Please sign in to comment.