[deps] peer depend on api package instead of main package

This commit is contained in:
Ferdinand Thiessen 2021-05-25 15:46:04 +02:00
parent 91888f694b
commit 0ee466efb9
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@
"typescript": "^4.2.4"
},
"peerDependencies": {
"flaschengeist": "^2.0.0-alpha.1",
"vue": "^3.0.11",
"vue-router": "^4.0.8"
"@flaschengeist/api": "^1.0.0-alpha.1"
},
"prettier": {
"singleQuote": true,