Skip to content

Commit

Permalink
fix(package.json): rm invalid type field, fix script name (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen authored Nov 12, 2021
1 parent fa0782e commit 6af4c7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "react-google-charts",
"version": "3.0.15",
"type": "react-component",
"description": "react-google-charts React component",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -14,7 +13,7 @@
"build": "rollup -c",
"test": "tsc",
"test:e2e": "npm run docz:build && kill-port 5000 && (serve -p 5000 -s --silent docs/ &) && cypress run --record --key 992c387d-9654-42ea-aad7-bb51e16aec9b && kill-port 5000",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"docz:dev": "docz dev",
"docz:build": "docz build && mkdir docs/react-google-charts && cp -r docs/static docs/react-google-charts/static && mkdir docs/assets/ && cp -r assets/ docs/assets/",
"docz:deploy": "yarn docz:build && cp now.json docs/ && cd docs/ && now && now alias"
Expand Down

0 comments on commit 6af4c7f

Please sign in to comment.