Updated files and ignore
Does almost exactly the same as former directories.lib without mangling main file location path.
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
{
|
{
|
||||||
"main": "headroom",
|
"main": "dist/headroom",
|
||||||
"directories": {
|
"files": ["dist/**/*"],
|
||||||
"lib": "dist"
|
"ignore": ["spec", "src", "*"],
|
||||||
},
|
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"shim": {
|
"shim": {
|
||||||
"headroom": {
|
"dist/headroom": {
|
||||||
"exports": "Headroom"
|
"exports": "Headroom"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"registry": "jspm"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user