Add peer dependency

pull/1792/head
Cagatay Civici 2021-11-18 13:31:10 +03:00
parent 1dfe8d2820
commit e7660089bb
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
"attributes": "./vetur-attributes.json"
},
"peerDependencies": {
"vue": "^3.0.0"
"vue": "^3.0.0",
"primeicons": "^5.0.0"
}
}