From cbef5b3fadbc66be351d44f9d64a54a991d60c87 Mon Sep 17 00:00:00 2001 From: Erin Jane Date: Mon, 19 May 2014 18:57:12 +0100 Subject: [PATCH 1/2] Modifying "files" to point at .bundle --- registry.json | 1 - 1 file changed, 1 deletion(-) diff --git a/registry.json b/registry.json index e2c4347..5b2b767 100644 --- a/registry.json +++ b/registry.json @@ -43,7 +43,6 @@ "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", From 4a1ceccd28fa83b263b7eabe2416dec574847355 Mon Sep 17 00:00:00 2001 From: Erin Jane Date: Mon, 19 May 2014 19:26:22 +0100 Subject: [PATCH 2/2] Modifying main to include .bundle --- package-overrides/github/twitter/typeahead.js@0.9.3.json | 2 +- 1 file changed, 1 insertion(+), 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 5a1fca5..29d3e2e 100644 --- a/package-overrides/github/twitter/typeahead.js@0.9.3.json +++ b/package-overrides/github/twitter/typeahead.js@0.9.3.json @@ -1,5 +1,5 @@ { - "main": "typeahead", + "main": "typeahead.bundle", "directories": { "lib": "dist" },