jquery peerDep changes to 1.x version minimum

It prevents errors with npm install when using jquery 1.x version in project.
This commit is contained in:
Sergey Sharov
2016-03-31 16:25:25 +03:00
parent b99c2ae69c
commit f1e11bcf21
+1 -1
View File
@@ -20,7 +20,7 @@
"lint": "jshint ./dist/*.js"
},
"peerDependencies": {
"jquery": "^2.1.4"
"jquery": ">=1.11.0"
},
"devDependencies": {
"jshint": "^2.8.0"