Skip to content

Commit 6ee3718

Browse files
committed
Fix composition api peer dep
1 parent 2ab49ef commit 6ee3718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"lib": "lib"
109109
},
110110
"peerDependencies": {
111-
"@vue/composition-api": "^0.6.1"
111+
"@vue/composition-api": "*"
112112
},
113113
"dependencies": {
114114
"@feathersjs/adapter-commons": "^4.5.2",

0 commit comments

Comments
 (0)