File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" : [
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 git@github.com:plotly/react-pivottable.git master:gh-pages && rm -rf .git bundle.js"
You can’t perform that action at this time.
0 commit comments