From 43570ccdda41dddf21ae28123d286859dfe016d0 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 09:58:21 +0700 Subject: [PATCH] updated version to 1.1.1 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 973d833..fe329b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-chart-js", - "version": "1.1.0", + "version": "1.1.1", "description": "Chart.js for React and TypeScript", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -31,7 +31,6 @@ "build": "tsc", "test": "jest", "build:test": "yarn jest && yarn build", - "publish": "npm publish --access public", "run:example": "cd examples/line-chart-example && yarn start" }, "devDependencies": {