Merge pull request #643 from richlewis42/master

added skeleton to registry, and skeleton package override
This commit is contained in:
Guy Bedford
2015-11-05 19:40:36 +02:00
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"main": "css/skeleton.css!",
"registry": "jspm",
"dependencies": {
"css": "0.1",
"normalize.css": "3.0.3"
}
}
+1
View File
@@ -392,6 +392,7 @@
"scoped-polyfill": "github:PM5544/scoped-polyfill",
"showdown": "github:showdownjs/showdown",
"sifter": "github:brianreavis/sifter.js",
"skeleton": "github:dhg/Skeleton",
"skrollr": "github:Prinzhorn/skrollr",
"snap.svg": "github:adobe-webplatform/Snap.svg",
"sockjs-client": "github:sockjs/sockjs-client",