Skip to content

Commit 5666c27

Browse files
committed
fix(CI): try again with other options
1 parent f22b6c8 commit 5666c27

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@
2424
"vue-demi": "^0.6.2",
2525
"vue-router": "^4.0.3"
2626
},
27-
"optionalDependencies": {
27+
"peerDependencies": {
28+
"vue": "^2.6.0 || >=3.0.0-rc.0",
2829
"@vue/composition-api": "^1.0.0-rc.2"
2930
},
30-
"peerDependencies": {
31-
"vue": "^2.6.0 || >=3.0.0-rc.0"
31+
"peerDependenciesMeta": {
32+
"soy-milk": {
33+
"@vue/composition-api": true
34+
}
3235
},
3336
"devDependencies": {
3437
"@rollup/plugin-commonjs": "^17.1.0",
@@ -54,7 +57,8 @@
5457
"rollup-plugin-typescript2": "^0.30.0",
5558
"rollup-plugin-vue": "^6.0.0",
5659
"typescript": "~3.9.3",
57-
"vue": "^3.0.0"
60+
"vue": "^3.0.0",
61+
"vue2": "npm:vue@2"
5862
},
5963
"browserslist": [
6064
"> 1%",

0 commit comments

Comments
 (0)