Updated to 1.1.8

This commit is contained in:
Sambo Chea 2021-11-11 16:20:05 +07:00
parent 55e9969a8c
commit e3d5cedc1d
Signed by: sombochea
GPG Key ID: 3C7CF22A05D95490
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@cubetiq/react-chart-js": "^1.1.6",
"@cubetiq/react-chart-js": "^1.1.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",

View File

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