diff --git a/package.json b/package.json index 79fc8fe..4941ee9 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { - "name": "vue-ganttastic", - "version": "0.9.32", + "name": "@yicone/vue-ganttastic", + "version": "0.10.0", "description": "A simple and customizable Gantt chart component for Vue.js", + "author": "Marko Zunic, Yicone Wong", + "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/InfectoOne/vue-ganttastic" + "url": "git+https://github.com/yicone/vue-ganttastic.git" }, "main": "./dist/index.js", "scripts": { @@ -23,8 +25,6 @@ "vuejs", "ganttastic" ], - "author": "Marko Zunic", - "license": "MIT", "devDependencies": { "bili": "^4.10.0", "rollup-plugin-vue": "^5.1.9", @@ -33,5 +33,9 @@ "peerDependencies": { "moment": "^2.26.0" }, - "dependencies": {} + "dependencies": {}, + "bugs": { + "url": "https://github.com/yicone/vue-ganttastic/issues" + }, + "homepage": "https://github.com/yicone/vue-ganttastic#readme" }