aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2017-01-25 19:28:37 +0100
committerScott González <scott.gonzalez@gmail.com>2017-01-25 13:53:50 -0500
commitc1f96f11cc763cceb2dce87b1d42ce1ca1709d31 (patch)
tree2b7e3989548399a0a339e3fecb5b33d8ec4bc7de
parent17404ced478a235651513fa7bef3473ef1b039e8 (diff)
downloadjquery-ui-c1f96f11cc763cceb2dce87b1d42ce1ca1709d31.tar.gz
jquery-ui-c1f96f11cc763cceb2dce87b1d42ce1ca1709d31.zip
Build: Add jQuery as explicit dependency, with min and max range
1.7.0 is our minimum supported version, 3.x.x our maximum. Closes gh-1779 Closes gh-1790
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index ab2335fad..a9c5e04a6 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,9 @@
"scripts": {
"test": "grunt"
},
- "dependencies": {},
+ "dependencies": {
+ "jquery": ">=1.7.0 <4.0.0"
+ },
"devDependencies": {
"commitplease": "2.3.0",
"grunt": "0.4.5",