Skip to content

Commit 93a7760

Browse files
version bump
1 parent 2534864 commit 93a7760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pivottable",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "A React-based pivot table",
55
"main": "PivotTableUI.js",
66
"files": [
@@ -24,7 +24,7 @@
2424
"test:prettier:fix": "prettier --write \"src/*.js*\"",
2525
"test:jest": "jest",
2626
"test": "npm run test:eslint && npm run test:prettier && npm run test:jest",
27-
"clean": "rm -f PivotTable.js* PivotTableUI.js* PlotlyRenderers.js* TableRenderers.js* Utilities.js* pivottable.css",
27+
"clean": "rm -rf __tests__ PivotTable.js* PivotTableUI.js* PlotlyRenderers.js* TableRenderers.js* Utilities.js* pivottable.css",
2828
"doPublish": "npm run clean && cp src/pivottable.css . && babel src --out-dir=. --source-maps --presets=env,react --plugins babel-plugin-add-module-exports && npm publish",
2929
"postpublish": "npm run clean",
3030
"deploy": "webpack -p && mv bundle.js examples && cd examples && git init && git add . && git commit -m build && git push --force [email protected]:plotly/react-pivottable.git master:gh-pages && rm -rf .git bundle.js"

0 commit comments

Comments
 (0)