updated the script for public

This commit is contained in:
Sambo Chea 2020-10-15 10:03:30 +07:00
parent a5014fa5f4
commit 0e2859e825

View File

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