diff --git a/package-overrides/npm/v-accordion@1.6.0.json b/package-overrides/npm/v-accordion@1.6.0.json new file mode 100644 index 0000000..d6f4930 --- /dev/null +++ b/package-overrides/npm/v-accordion@1.6.0.json @@ -0,0 +1,15 @@ +{ + "main": "dist/v-accordion", + "registry": "jspm", + "format": "global", + "shim": { + "dist/v-accordion": { + "deps": [ + "./v-accordion.css!" + ] + } + }, + "dependencies": { + "css": "*" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 92eac52..7e2307c 100644 --- a/registry.json +++ b/registry.json @@ -624,6 +624,7 @@ "uri": "github:medialize/URI.js", "url": "github:jspm/nodelibs-url", "util": "github:jspm/nodelibs-util", + "v-accordion": "npm:v-accordion", "vm": "github:jspm/nodelibs-vm", "vdom-virtualize": "npm:vdom-virtualize", "velocity": "github:julianshapiro/velocity",