From d626699f48c37517b973149c9d23c512507c7b7a Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 17 Sep 2020 14:46:56 +0700 Subject: [PATCH] updated publish package ad author --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51b583f..44f7b52 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cubetiq-react-use-countdown", + "name": "@cubetiq/react-use-countdown", "version": "1.0.0", "description": "Count down with trigger", "main": "./dist/index.js", @@ -17,13 +17,14 @@ "hook" ], "repository": { - "url": "https://git.cubetiqs.com/s.long/cubetiq-react-use-countdown" + "url": "https://git.cubetiqs.com/CUBETIQ/react-use-countdown.git" }, "scripts": { "build": "tsc", "test": "jest", "build:test": "yarn test && yarn build", "publish": "yarn build:test && npm publish --registry https://npm.osa.cubetiqs.com", + "publish:npm": "yarn build:test && npm publish --registry https://registry.npmjs.com", "run:example": "cd example && yarn start" }, "devDependencies": {