From 0e2859e82559a2d78deb2577fbb18dbee3d1e5d5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 10:03:30 +0700 Subject: [PATCH] updated the script for public --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 775270c..4b191b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-chart-js", - "version": "1.1.2", + "version": "1.1.3", "description": "Chart.js for React and TypeScript", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -30,6 +30,7 @@ "scripts": { "build": "tsc", "test": "jest", + "pub": "npm publish --access public", "build:test": "yarn jest && yarn build", "run:example": "cd examples/line-chart-example && yarn start" },