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"
}
}
}
+1
View File
@@ -158,6 +158,7 @@
"handlebars-group-by": "npm:handlebars-group-by",
"handlebars-layouts": "npm:handlebars-layouts",
"happy": "github:henrikjoreteg/Happy.js",
"headroom.js": "github:WickyNilliams/headroom.js",
"highlightjs": "github:components/highlightjs",
"hoek": "github:capaj/hoek-browser",
"http": "github:jspm/nodelibs-http",