Merge pull request #370 from smajl/smajl-patch-1

Add headroom.js registry and override
This commit is contained in:
Guy Bedford
2015-05-03 23:20:41 +02:00
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"main": "dist/headroom",
"files": ["dist/**/*"],
"ignore": ["spec", "src", "*"],
"format": "global",
"shim": {
"dist/headroom": {
"exports": "Headroom"
}
}
}