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!"
]
}
}
}