updated the version and fixed readme

This commit is contained in:
Sambo Chea 2020-10-15 12:19:10 +07:00
parent c0ea356afd
commit c2929bc130
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
Using NPM Using NPM
```shell ```shell
npm add @cubetiq/react-chart-js npm install @cubetiq/react-chart-js
``` ```
OR using Yarn OR using Yarn

View File

@ -1,6 +1,6 @@
{ {
"name": "@cubetiq/react-chart-js", "name": "@cubetiq/react-chart-js",
"version": "1.1.4", "version": "1.1.5",
"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",