Add Handsontable to the registry and package-overrides.

This commit is contained in:
Jan Siegel
2016-03-24 14:43:37 +01:00
parent 2a8df1aeca
commit da72d95f56
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"main": "dist/handsontable.full.min",
"dependencies": {
"css": "0.1.0"
},
"shim": {
"dist/handsontable.full.min": {
"exports": "Handsontable",
"deps": [
"handsontable/handsontable/dist/handsontable.full.min.css!"
]
}
}
}
+1
View File
@@ -257,6 +257,7 @@
"handlebars.js": "github:components/handlebars.js",
"handlebars-group-by": "npm:handlebars-group-by",
"handlebars-layouts": "npm:handlebars-layouts",
"handsontable": "github:handsontable/handsontable",
"happy": "github:henrikjoreteg/Happy.js",
"hbs": "github:davis/plugin-hbs",
"headroom.js": "github:WickyNilliams/headroom.js",