Does almost exactly the same as former directories.lib without mangling main file location path.
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"main": "dist/headroom",
|
|
"files": ["dist/**/*"],
|
|
"ignore": ["spec", "src", "*"],
|
|
"format": "global",
|
|
"shim": {
|
|
"dist/headroom": {
|
|
"exports": "Headroom"
|
|
}
|
|
}
|
|
}
|