Merge pull request #163 from jedd-ahyoung/golden-layout

Register golden-layout npm override.
This commit is contained in:
Guy Bedford
2015-02-07 13:09:26 +02:00
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"directories": {
"lib": "dist"
},
"main": "dist/goldenlayout",
"files": [
"dist/goldenlayout.js",
"dist/goldenlayout.min.js",
],
"format": "global",
"registry": "jspm",
"dependencies": {
"jquery": "*",
},
"shim": {
"dist/goldenlayout": ["jquery"]
}
}
+1
View File
@@ -98,6 +98,7 @@
"font-awesome": "npm:font-awesome",
"foundation": "github:zurb/bower-foundation",
"fs": "github:jspm/nodelibs-fs",
"golden-layout": "npm:golden-layout",
"hammer": "github:hammerjs/hammer.js",
"handlebars": "github:components/handlebars.js",
"handlebars.js": "github:components/handlebars.js",