Merge pull request #370 from smajl/smajl-patch-1
Add headroom.js registry and override
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"main": "dist/headroom",
|
||||
"files": ["dist/**/*"],
|
||||
"ignore": ["spec", "src", "*"],
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"dist/headroom": {
|
||||
"exports": "Headroom"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user