Skip to content

Commit d3b90d6

Browse files
authored
add jquery ^3.0.0 to dependencies
1 parent 35f4ffa commit d3b90d6

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
@@ -26,6 +26,6 @@
2626
},
2727
"homepage": "https://github.com/johnny/jquery-sortable",
2828
"dependencies": {
29-
"jquery": "^2.1.2"
29+
"jquery": "^2.1.2 || ^3.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)