Skip to content

Commit 56eeb84

Browse files
committed
chore: update README
1 parent 19521da commit 56eeb84

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
### `v-animate-css`
66

7-
The easiest way to implement Vue directive for Animate.css
7+
Animate.css for Vue.js 3
88

99
If you like this project, please give it a star :star: , and consider following the author :octocat: :wink: .
1010

11+
> Vue 2 version is no longer maintained but [the code is available here](https://github.com/OSSPhilippines/v-animate-css/tree/version/vue-2). You can still contribute if you wish so, and we will publish them for Vue 2.
12+
1113
### Installation using **NPM** <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/npm/npm-original-wordmark.svg" width="30" height="30">
1214

1315
```shell

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "v-animate-css",
33
"version": "1.0.0",
4-
"description": "The easiest to implement Vue directive for Animate.css",
4+
"description": "Animate CSS for Vue.js 3",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
@@ -31,7 +31,7 @@
3131
},
3232
"repository": {
3333
"type": "git",
34-
"url": "git+https://github.com/jofftiquez/v-animate-css.git"
34+
"url": "git+https://github.com/OSSPhilippines/v-animate-css.git"
3535
},
3636
"keywords": [
3737
"vue",
@@ -43,7 +43,7 @@
4343
"author": "[email protected]",
4444
"license": "MIT",
4545
"bugs": {
46-
"url": "https://github.com/jofftiquez/v-animate-css/issues"
46+
"url": "https://github.com/OSSPhilippines/v-animate-css/issues"
4747
},
48-
"homepage": "https://github.com/jofftiquez/v-animate-css#readme"
48+
"homepage": "https://github.com/OSSPhilippines/v-animate-css#readme"
4949
}

0 commit comments

Comments
 (0)