updated to version 1.0.5
This commit is contained in:
parent
ee18e78076
commit
a1b213b710
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cubetiq/react-chart-js",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Chart.js for React and TypeScript",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
@ -31,9 +31,12 @@
|
||||
"build": "tsc",
|
||||
"test": "jest",
|
||||
"build:test": "yarn jest && yarn build",
|
||||
"publish": "yarn build:test && npm publish --registry https://npm.osa.cubetiqs.com --access public",
|
||||
"publish": "yarn build:test && npm publish --access public",
|
||||
"run:example": "cd examples/line-chart-example && yarn start"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.osa.cubetiqs.com"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.11.4",
|
||||
"@babel/preset-env": "^7.11.0",
|
||||
|
Loading…
Reference in New Issue
Block a user