mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
Build: declare support for jquery 2.x in package.json
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"main": "dist/jquery.validate.js",
|
||||
"dependencies": {
|
||||
"jquery": "^1.7"
|
||||
"jquery": "^1.7 || ^2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commitplease": "^2.2.3",
|
||||
|
||||
Reference in New Issue
Block a user