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",