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" },