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": {
|
"dependencies": {
|
||||||
"css": "0.1.0"
|
"css": "0.1.0"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"dist/handsontable.full.min": {
|
"dist/handsontable.full": {
|
||||||
"exports": "Handsontable",
|
"exports": "Handsontable",
|
||||||
"deps": [
|
"deps": [
|
||||||
"handsontable/handsontable/dist/handsontable.full.min.css!"
|
"handsontable/handsontable/dist/handsontable.full.css!"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user