Skip to content

Commit 73c0f00

Browse files
committed
fix(CI): try again
1 parent 5666c27 commit 73c0f00

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@vue/composition-api": "^1.0.0-rc.2"
3030
},
3131
"peerDependenciesMeta": {
32-
"soy-milk": {
33-
"@vue/composition-api": true
32+
"@vue/composition-api": {
33+
"optional": true
3434
}
3535
},
3636
"devDependencies": {
@@ -57,8 +57,7 @@
5757
"rollup-plugin-typescript2": "^0.30.0",
5858
"rollup-plugin-vue": "^6.0.0",
5959
"typescript": "~3.9.3",
60-
"vue": "^3.0.0",
61-
"vue2": "npm:vue@2"
60+
"vue": "^3.0.0"
6261
},
6362
"browserslist": [
6463
"> 1%",

0 commit comments

Comments
 (0)