2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-25 10:50:34 +03:00

chore: publish v0.10.0 to npm

This commit is contained in:
yicone
2021-02-25 14:49:16 +08:00
parent 832585bbff
commit 4373eebe59
+10 -6
View File
@@ -1,10 +1,12 @@
{ {
"name": "vue-ganttastic", "name": "@yicone/vue-ganttastic",
"version": "0.9.32", "version": "0.10.0",
"description": "A simple and customizable Gantt chart component for Vue.js", "description": "A simple and customizable Gantt chart component for Vue.js",
"author": "Marko Zunic, Yicone Wong",
"license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/InfectoOne/vue-ganttastic" "url": "git+https://github.com/yicone/vue-ganttastic.git"
}, },
"main": "./dist/index.js", "main": "./dist/index.js",
"scripts": { "scripts": {
@@ -23,8 +25,6 @@
"vuejs", "vuejs",
"ganttastic" "ganttastic"
], ],
"author": "Marko Zunic",
"license": "MIT",
"devDependencies": { "devDependencies": {
"bili": "^4.10.0", "bili": "^4.10.0",
"rollup-plugin-vue": "^5.1.9", "rollup-plugin-vue": "^5.1.9",
@@ -33,5 +33,9 @@
"peerDependencies": { "peerDependencies": {
"moment": "^2.26.0" "moment": "^2.26.0"
}, },
"dependencies": {} "dependencies": {},
"bugs": {
"url": "https://github.com/yicone/vue-ganttastic/issues"
},
"homepage": "https://github.com/yicone/vue-ganttastic#readme"
} }