updated the script for public
This commit is contained in:
parent
a5014fa5f4
commit
0e2859e825
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cubetiq/react-chart-js",
|
"name": "@cubetiq/react-chart-js",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"description": "Chart.js for React and TypeScript",
|
"description": "Chart.js for React and TypeScript",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@ -30,6 +30,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
"pub": "npm publish --access public",
|
||||||
"build:test": "yarn jest && yarn build",
|
"build:test": "yarn jest && yarn build",
|
||||||
"run:example": "cd examples/line-chart-example && yarn start"
|
"run:example": "cd examples/line-chart-example && yarn start"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user