Set the default package to the unminified build.

This commit is contained in:
Jan Siegel
2016-03-29 10:56:36 +02:00
parent da72d95f56
commit f40f051c62
@@ -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!"
]
}
}