From 0979b33818af784ab3e56d2cf7fc7d722c33ad0d Mon Sep 17 00:00:00 2001 From: Erin Jane Date: Mon, 19 May 2014 18:55:33 +0100 Subject: [PATCH] Modifying "files" to point at .bundle --- package-overrides/github/twitter/typeahead.js@0.9.3.json | 2 +- registry.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package-overrides/github/twitter/typeahead.js@0.9.3.json b/package-overrides/github/twitter/typeahead.js@0.9.3.json index 88ed5f0..5a1fca5 100644 --- a/package-overrides/github/twitter/typeahead.js@0.9.3.json +++ b/package-overrides/github/twitter/typeahead.js@0.9.3.json @@ -3,7 +3,7 @@ "directories": { "lib": "dist" }, - "files": ["dist/typeahead.js"], + "files": ["dist/typeahead.bundle.js"], "shim": { "typeahead": { "imports": "jquery", diff --git a/registry.json b/registry.json index 5b2b767..e2c4347 100644 --- a/registry.json +++ b/registry.json @@ -43,6 +43,7 @@ "nprogress": "github:rstacruz/nprogress", "parallax": "github:wagerfield/parallax", "pikaday": "github:dbushell/Pikaday", + "prototype": "github:sstephenson/prototype", "ratchet": "github:maker/ratchet", "raphael": "github:DmitryBaranovskiy/raphael", "respond": "github:scottjehl/Respond",