Skip to content

Commit

Permalink
build: specify vue as an optional peer dependency to prevent warnings…
Browse files Browse the repository at this point in the history
… appearing for most use cases, close #6
  • Loading branch information
foxxyz committed Sep 16, 2020
1 parent df5a363 commit dbda263
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"peerDependencies": {
"vue": "^3.0.0-rc.9"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
}
},
"keywords": [
"websockets",
"websocket",
Expand Down

0 comments on commit dbda263

Please sign in to comment.