Skip to content

Commit

Permalink
Merge pull request #9 from Namchee/pd
Browse files Browse the repository at this point in the history
chore: Add vue as peer dependencies
  • Loading branch information
Namchee authored Sep 28, 2020
2 parents 3ac4ef6 + 82459f0 commit 1fc2868
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Tetikus is a custom cursor component made for Vue 3 🖱️.

> ⚠️ **WARNING**: This component **DOES NOT WORK** with Vue 2! Consider upgrading to Vue 3 as it's really close from being released.
> ⚠️ **WARNING**: This component **DOES NOT WORK** with Vue 2! Consider upgrading to Vue 3 as it's already been officially released.
> ⚠️ **WARNING**: This library **DOES NOT** work on older browsers that doesn't support `esnext`, the reason is stated [here](https://github.com/vuejs/vue-next)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namchee/tetikus",
"version": "0.3.0",
"version": "0.3.1",
"description": "A custom cursor component for Vue 3 ✌️",
"author": "Cristopher Namchee <[email protected]>",
"scripts": {
Expand Down Expand Up @@ -45,6 +45,9 @@
"typescript": "~3.9.3",
"vue": "^3.0.0"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"ava": {
"files": [
"src/**/*.test.ts"
Expand Down

0 comments on commit 1fc2868

Please sign in to comment.