Skip to content

Commit

Permalink
Correctly define peerDependencies of @polar/plugin-fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Feb 21, 2024
1 parent f85892a commit 7a5f431
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/plugins/Fullscreen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
"src/**/*",
"CHANGELOG.md"
],
"dependencies": {
"@masterportal/masterportalapi": "2.8.0"
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
"devDependencies": {
"@polar/lib-custom-types": "^1.0.0",
Expand Down

0 comments on commit 7a5f431

Please sign in to comment.