]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change jQuery dependency in package.json to use a ~, to lock it to 2.1.x, closes...
authorGeoff Kimball <geoff@zurb.com>
Fri, 15 Jan 2016 23:03:32 +0000 (15:03 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 15 Jan 2016 23:04:13 +0000 (15:04 -0800)
package.json

index 200336d9fc89b527c8188605f4d0c6a313fff0c0..3f0ae90e1dfccc934b805b22b51330b06b3402d4 100644 (file)
@@ -11,8 +11,8 @@
     "deploy": "gulp deploy"
   },
   "dependencies": {
-    "jquery": "^2.1.0",
-    "what-input": "^1.1.2"
+    "jquery": "~2.1.0",
+    "what-input": "~1.1.2"
   },
   "license": "MIT",
   "devDependencies": {