Skip to content

Commit 1fc2868

Browse files
authored
Merge pull request #9 from Namchee/pd
chore: Add vue as peer dependencies
2 parents 3ac4ef6 + 82459f0 commit 1fc2868

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
> ⚠️ **WARNING**: This component **DOES NOT WORK** with Vue 2! Consider upgrading to Vue 3 as it's really close from being released.
7+
> ⚠️ **WARNING**: This component **DOES NOT WORK** with Vue 2! Consider upgrading to Vue 3 as it's already been officially released.
88
99
> ⚠️ **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)
1010

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namchee/tetikus",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A custom cursor component for Vue 3 ✌️",
55
"author": "Cristopher Namchee <[email protected]>",
66
"scripts": {
@@ -45,6 +45,9 @@
4545
"typescript": "~3.9.3",
4646
"vue": "^3.0.0"
4747
},
48+
"peerDependencies": {
49+
"vue": "^3.0.0"
50+
},
4851
"ava": {
4952
"files": [
5053
"src/**/*.test.ts"

0 commit comments

Comments
 (0)