Skip to content

Commit

Permalink
make server-api a dependency
Browse files Browse the repository at this point in the history
rather than a dev-dependency
  • Loading branch information
panaaj committed Oct 29, 2024
1 parent 2de826f commit 191702a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/resources-provider-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/resources-provider",
"version": "1.2.0",
"version": "1.2.1",
"description": "Resources provider plugin for Signal K server.",
"main": "plugin/index.js",
"keywords": [
Expand Down Expand Up @@ -33,6 +33,7 @@
"test": "npm run build && npm run build-declaration && npm run ci-lint"
},
"dependencies": {
"@signalk/server-api": "^2.1.0",
"geojson-validation": "^0.2.0",
"geolib": "^3.3.3",
"ngeohash": "^0.6.3"
Expand Down

0 comments on commit 191702a

Please sign in to comment.