mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
Build: added jquery to the list of required dependencies.
Closes #1757.
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
"dist/jquery.validate.js"
|
||||
],
|
||||
"main": "dist/jquery.validate.js",
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"jquery": "^1.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commitplease": "^2.2.3",
|
||||
"grunt": "^0.4.4",
|
||||
|
||||
Reference in New Issue
Block a user