Added v-accordion

This commit is contained in:
Nadeau, Ghislain
2017-05-08 13:29:01 -04:00
parent 1dcfceee4b
commit b82016427a
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"main": "dist/v-accordion",
"registry": "jspm",
"format": "global",
"shim": {
"dist/v-accordion": {
"deps": [
"./v-accordion.css!"
]
}
},
"dependencies": {
"css": "*"
}
}
+1
View File
@@ -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",