Skip to content

Commit fc7e2c7

Browse files
committed
chore: add symbol to peerDependencies' version
1 parent 3dfd696 commit fc7e2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"release": "npx case-police --fix && npx lint-staged && cl switchVue 3 && vitest run && pnpm build && cl release"
4545
},
4646
"peerDependencies": {
47-
"@vue/composition-api": "1",
48-
"vanilla-jsoneditor": "0",
47+
"@vue/composition-api": ">=1",
48+
"vanilla-jsoneditor": ">=0",
4949
"vue": "2 || 3"
5050
},
5151
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)