abhishek-pivottable
Advanced tools
Comparing version 0.11.1 to 0.11.2
{ | ||
"name": "abhishek-pivottable", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "A React-based pivot table", | ||
@@ -27,3 +27,2 @@ "main": "PivotTableUI.js", | ||
"test": "npm run test:eslint && npm run test:prettier && npm run test:jest", | ||
"clean": "rm -rf __tests__ PivotTable.js* PivotTableUI.js* PlotlyRenderers.js* TableRenderers.js* Utilities.js* pivottable.css", | ||
"build": "npm run clean && cp src/pivottable.css . && babel src --out-dir=. --source-maps --presets=env,react --plugins babel-plugin-add-module-exports", | ||
@@ -30,0 +29,0 @@ "doPublish": "npm run build && npm publish", |
26221