Skip to content

Commit 771702a

Browse files
austinshenkrisadams
austinshenk
authored andcommitted
Correct semver syntax for JQuery peerDependency
1 parent f56a5d6 commit 771702a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"jquery-ui": "^1.13.0"
6868
},
6969
"peerDependencies": {
70-
"jquery": "^1.7.0, ^2, ^3"
70+
"jquery": "^1.7.0 || ^2 || ^3"
7171
},
7272
"scripts": {
7373
"test": "karma start",

0 commit comments

Comments
 (0)