Merge pull request #163 from jedd-ahyoung/golden-layout
Register golden-layout npm override.
This commit is contained in:
@@ -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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -98,6 +98,7 @@
|
|||||||
"font-awesome": "npm:font-awesome",
|
"font-awesome": "npm:font-awesome",
|
||||||
"foundation": "github:zurb/bower-foundation",
|
"foundation": "github:zurb/bower-foundation",
|
||||||
"fs": "github:jspm/nodelibs-fs",
|
"fs": "github:jspm/nodelibs-fs",
|
||||||
|
"golden-layout": "npm:golden-layout",
|
||||||
"hammer": "github:hammerjs/hammer.js",
|
"hammer": "github:hammerjs/hammer.js",
|
||||||
"handlebars": "github:components/handlebars.js",
|
"handlebars": "github:components/handlebars.js",
|
||||||
"handlebars.js": "github:components/handlebars.js",
|
"handlebars.js": "github:components/handlebars.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user