2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-19 01:20: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",
"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"
}