From aeb5d468d8de1a4e3bf571e11854b8dd91927936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Fri, 20 Mar 2015 00:39:42 +0100 Subject: [PATCH] Added uikit & fixed foundation export Added uikit to registry --- package-overrides/github/uikit/uikit@2.18.0.json | 11 +++++++++++ registry.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 package-overrides/github/uikit/uikit@2.18.0.json diff --git a/package-overrides/github/uikit/uikit@2.18.0.json b/package-overrides/github/uikit/uikit@2.18.0.json new file mode 100644 index 0000000..84302af --- /dev/null +++ b/package-overrides/github/uikit/uikit@2.18.0.json @@ -0,0 +1,11 @@ +{ + "main": "js/uikit", + "shim": { + "js/uikit": { + "deps": "jquery" + }, + "js/uikit/core/.*": "../uikit", + "js/uikit/components/.*": ["../uikit"] + }, + "files": ["css", "fonts", "js"] +} \ No newline at end of file diff --git a/registry.json b/registry.json index e5d66cd..ebefd9b 100644 --- a/registry.json +++ b/registry.json @@ -250,6 +250,7 @@ "twitter": "npm:twitter", "typeahead": "github:twitter/typeahead.js", "ua-parser-js": "npm:ua-parser-js", + "uikit": "github:uikit/uikit", "underscore": "npm:underscore", "uri-templates": "npm:uri-templates", "url": "github:jspm/nodelibs-url",