From a1b213b710691602824c006c83e134c347b48b84 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 09:52:41 +0700 Subject: [PATCH] updated to version 1.0.5 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4704c7..26ffc76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cubetiq/react-chart-js", - "version": "1.0.4", + "version": "1.0.5", "description": "Chart.js for React and TypeScript", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -31,9 +31,12 @@ "build": "tsc", "test": "jest", "build:test": "yarn jest && yarn build", - "publish": "yarn build:test && npm publish --registry https://npm.osa.cubetiqs.com --access public", + "publish": "yarn build:test && npm publish --access public", "run:example": "cd examples/line-chart-example && yarn start" }, + "publishConfig": { + "registry": "https://npm.osa.cubetiqs.com" + }, "devDependencies": { "@babel/core": "^7.11.4", "@babel/preset-env": "^7.11.0",