From 34c3437f10ead1725d8d46246664291f82075691 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 09:53:53 +0700 Subject: [PATCH] updated the version to 1.0.6 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26ffc76..587c724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-chart-js", - "version": "1.0.5", + "version": "1.0.6", "description": "Chart.js for React and TypeScript", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -31,7 +31,7 @@ "build": "tsc", "test": "jest", "build:test": "yarn jest && yarn build", - "publish": "yarn build:test && npm publish --access public", + "publish": "npm publish --access public", "run:example": "cd examples/line-chart-example && yarn start" }, "publishConfig": {