From 8569c23502ec47cb127134a8cc9b29f4dc8ee065 Mon Sep 17 00:00:00 2001 From: Alfred Neequaye Date: Thu, 21 Jan 2016 22:42:31 +0000 Subject: [PATCH 1/2] Changed Source of Foundation zurb Foundation Source changed from bower to latest npm feed --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index 5489cf5..7a76ac2 100644 --- a/registry.json +++ b/registry.json @@ -227,7 +227,7 @@ "flowtype": "github:simplefocus/FlowType.JS", "flux": "npm:flux", "font-awesome": "npm:font-awesome", - "foundation": "github:zurb/bower-foundation", + "foundation": "npm:foundation-sites", "fs": "github:jspm/nodelibs-fs", "golden-layout": "npm:golden-layout", "greensock": "github:greensock/GreenSock-JS", From 7f8bee24a38448a3393d45adc9e95ae069f295d2 Mon Sep 17 00:00:00 2001 From: Alfred Neequaye Date: Fri, 22 Jan 2016 13:15:05 +0000 Subject: [PATCH 2/2] Added foundation-sites overides Added npm foundation sites overrides for version 5.5.1 node ignores were not needed since npm resolves all vendor packages itself --- package-overrides/npm/foundation-sites@5.5.1.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package-overrides/npm/foundation-sites@5.5.1.json diff --git a/package-overrides/npm/foundation-sites@5.5.1.json b/package-overrides/npm/foundation-sites@5.5.1.json new file mode 100644 index 0000000..2b428c7 --- /dev/null +++ b/package-overrides/npm/foundation-sites@5.5.1.json @@ -0,0 +1,14 @@ +{ + "main": "js/foundation/foundation", + "format": "global", + "shim": { + "js/foundation/foundation.*": "./foundation", + "js/foundation/foundation": { + "deps": "jquery", + "exports": "Foundation" + } + }, + "dependencies": { + "jquery": "github:components/jquery" + } +}