updated the version to 1.0.6

This commit is contained in:
Sambo Chea 2020-10-15 09:53:53 +07:00
parent a1b213b710
commit 34c3437f10

View File

@ -1,6 +1,6 @@
{
"name": "@cubetiq/react-chart-js",
"version": "1.0.5",
"version": "1.0.6",
"description": "Chart.js for React and TypeScript",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -31,7 +31,7 @@
"build": "tsc",
"test": "jest",
"build:test": "yarn jest && yarn build",
"publish": "yarn build:test && npm publish --access public",
"publish": "npm publish --access public",
"run:example": "cd examples/line-chart-example && yarn start"
},
"publishConfig": {