Set the default package to the unminified build.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"main": "dist/handsontable.full.min",
|
||||
"main": "dist/handsontable.full",
|
||||
"dependencies": {
|
||||
"css": "0.1.0"
|
||||
},
|
||||
"shim": {
|
||||
"dist/handsontable.full.min": {
|
||||
"dist/handsontable.full": {
|
||||
"exports": "Handsontable",
|
||||
"deps": [
|
||||
"handsontable/handsontable/dist/handsontable.full.min.css!"
|
||||
"handsontable/handsontable/dist/handsontable.full.css!"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user