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" + } +} diff --git a/registry.json b/registry.json index 8ce48ce..651762d 100644 --- a/registry.json +++ b/registry.json @@ -228,7 +228,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",