]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Replace Typeahead package with corejs fork, which fixes #7667 search results occasion...
authorGeoff Kimball <geoff@zurb.com>
Fri, 8 Jan 2016 00:35:17 +0000 (16:35 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 8 Jan 2016 00:35:17 +0000 (16:35 -0800)
gulp/javascript.js
package.json

index 282b712fa26ba7f3db3db77f639a1305baf6bf6f..a0fd213898ec180480b1a51efc99b61c8c185455 100644 (file)
@@ -15,7 +15,7 @@ var DEPS = [
 
 var DOCS = [
   'node_modules/clipboard/dist/clipboard.js',
-  'node_modules/typeahead.js/dist/typeahead.bundle.js',
+  'node_modules/corejs-typeahead/dist/typeahead.bundle.js',
   'docs/assets/js/docs.*.js',
   'docs/assets/js/docs.js'
 ];
index 318e6880172c962da051e035bfdf31f8e7fd80f2..81eba7e36761c639c5a4178a689d3f40a1fcf61b 100644 (file)
@@ -19,6 +19,7 @@
     "bootcamp": "^1.1.7",
     "browser-sync": "^2.8.2",
     "clipboard": "^1.5.5",
+    "corejs-typeahead": "corejavascript/typeahead.js",
     "foundation-docs": "zurb/foundation-docs",
     "gitty": "^3.3.0",
     "gulp": "^3.8.10",
@@ -53,8 +54,7 @@
     "require-dir": "^0.3.0",
     "rimraf": "^2.3.2",
     "run-sequence": "^1.1.4",
-    "supercollider": "^1.2.0",
-    "typeahead.js": "^0.11.1"
+    "supercollider": "^1.2.0"
   },
   "repository": {
     "type": "git",