Merge pull request #838 from jansiegel/master
Add Handsontable to the registry and package-overrides.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"main": "dist/handsontable.full",
|
||||
"dependencies": {
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"dist/handsontable.full": {
|
||||
"exports": "Handsontable",
|
||||
"deps": [
|
||||
"handsontable/handsontable/dist/handsontable.full.css!"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user