]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Tell bower & npm that it's okay to have jquery 3 9532/head
authorKevin Ball <kmball11@gmail.com>
Mon, 19 Dec 2016 23:51:00 +0000 (15:51 -0800)
committerKevin Ball <kmball11@gmail.com>
Mon, 19 Dec 2016 23:57:32 +0000 (15:57 -0800)
bower.json
package.json

index fe491dec2ed8e70619cb0a8eac6e7961c4f01868..447380b9b7157e5636b0fc3a071cffabdcce9941 100644 (file)
@@ -28,7 +28,7 @@
     "yarn.lock"
   ],
   "dependencies": {
-    "jquery": "~2.2.0",
+    "jquery": ">= 2.2.0",
     "what-input": "~4.0.3"
   }
 }
index 483ccb2187210d969e94e195d77b8ee7852c4489..15a1d1ccb2cbbfe170d0f75f831706348aca083f 100644 (file)
@@ -17,7 +17,7 @@
     "deploy:docs": "gulp deploy:docs"
   },
   "dependencies": {
-    "jquery": "^2.2.0",
+    "jquery": ">=2.2.0",
     "what-input": "^4.0.3"
   },
   "license": "MIT",