Skip to content

Commit 0527034

Browse files
committed
package.json add dependency
1 parent 650c742 commit 0527034

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"url": "https://github.com/craftpip/jquery-confirm.git"
1717
},
1818
"main": "dist/jquery-confirm.min.js",
19-
"dependencies": {},
19+
"dependencies": {
20+
"jquery": ">=1.6"
21+
},
2022
"bugs": {
2123
"url": "https://github.com/craftpip/jquery-confirm/issues"
2224
},

0 commit comments

Comments
 (0)