Skip to content

Commit

Permalink
Correctly document (peer)dependencies of @polar/plugin-geo-location
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Feb 21, 2024
1 parent 298aff9 commit b7e7632
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/plugins/GeoLocation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,18 @@
"src/**/*",
"CHANGELOG.md"
],
"devDependencies": {
"peerDependencies": {
"@repositoryname/vuex-generators": "^1.1.2",
"ol": "^7.1.0",
"vue": "^2.6.14",
"vuex": "^3.6.2"
},
"dependencies": {
"@polar/lib-passes-boundary-check": "^2.0.0",
"@polar/lib-custom-types": "^1.0.0",
"@polar/lib-test-mount-parameters": "^1.0.0",
"@polar/lib-tooltip": "^1.0.0"
},
"devDependencies": {
"@polar/lib-custom-types": "^1.0.0",
"@polar/lib-test-mount-parameters": "^1.0.0"
}
}

0 comments on commit b7e7632

Please sign in to comment.