updated publish package ad author

This commit is contained in:
Sambo Chea 2020-09-17 14:46:56 +07:00
parent 403228c707
commit d626699f48

View File

@ -1,5 +1,5 @@
{ {
"name": "cubetiq-react-use-countdown", "name": "@cubetiq/react-use-countdown",
"version": "1.0.0", "version": "1.0.0",
"description": "Count down with trigger", "description": "Count down with trigger",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -17,13 +17,14 @@
"hook" "hook"
], ],
"repository": { "repository": {
"url": "https://git.cubetiqs.com/s.long/cubetiq-react-use-countdown" "url": "https://git.cubetiqs.com/CUBETIQ/react-use-countdown.git"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"test": "jest", "test": "jest",
"build:test": "yarn test && yarn build", "build:test": "yarn test && yarn build",
"publish": "yarn build:test && npm publish --registry https://npm.osa.cubetiqs.com", "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" "run:example": "cd example && yarn start"
}, },
"devDependencies": { "devDependencies": {