Skip to content

Commit

Permalink
chore: updated package.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
zunnzunn committed Mar 19, 2024
1 parent d8118d8 commit c2a7916
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@

Using Vue 2? Check out [Vue-Ganttastic v1](https://github.com/zunnzunn/vue-ganttastic/tree/vue-ganttastic-v1).

## Guide and Docs

For further guides and references, check out the [official docs](https://zunnzunn.github.io/vue-ganttastic/getting-started.html).

## Quickstart

Install using
Expand Down Expand Up @@ -117,9 +121,6 @@ Then, place the tarball in some other test project and install the package from
npm install <name_of_the_package>.tgz
```

## Guide and Docs

For further guides and references, check out the [official docs](https://zunnzunn.github.io/vue-ganttastic/getting-started.html).

## About

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infectoone/vue-ganttastic",
"version": "2.3.0",
"version": "2.3.1",
"description": "A simple and customizable Gantt chart component for Vue.js",
"author": "Marko Zunic (@infectoone)",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"dayjs": "^1.11.5",
"vue": "^3.2.40"
},
"homepage": "https://infectoone.github.io/vue-ganttastic/",
"homepage": "https://zunnzunn.github.io/vue-ganttastic/",
"keywords": [
"gantt",
"chart",
Expand All @@ -68,7 +68,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/InfectoOne/vue-ganttastic"
"url": "https://github.com/zunnzunn/vue-ganttastic"
},
"dependencies": {
"@vueuse/core": "^9.1.1"
Expand Down

0 comments on commit c2a7916

Please sign in to comment.