Skip to content

Commit ac49b1d

Browse files
committed
fix(CI): try again with optional dependencies
1 parent 5b20fad commit ac49b1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"vue-demi": "^0.6.2",
2525
"vue-router": "^4.0.3"
2626
},
27+
"optionalDependencies": {
28+
"@vue/composition-api": "^1.0.0-rc.2"
29+
},
2730
"peerDependencies": {
2831
"@vue/composition-api": "^1.0.0-beta.12",
2932
"vue": "^2.6.0 || >=3.0.0-rc.0"

0 commit comments

Comments
 (0)