Skip to content

Commit

Permalink
fix: make @signalk/server-api runtime dependency
Browse files Browse the repository at this point in the history
We are now actually using code from the server api, so it
needs to be an actual dependency, not just a devDependency.
  • Loading branch information
tkurki committed Nov 23, 2024
1 parent 63a4227 commit d1d8f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@signalk/server-api": "^2.5.0",
"@types/chai": "^4.3.3",
"@types/express": "^4.17.17",
"@types/mocha": "^9.1.1",
Expand Down Expand Up @@ -51,6 +50,7 @@
"@js-joda/timezone": "^2.12.1",
"@signalk/freeboard-sk": "^2.4.0",
"@signalk/signalk-schema": "^1.6.0",
"@signalk/server-api": "^2.5.0",
"influx": "^5.9.3",
"s2-geometry": "^1.2.10"
},
Expand Down

0 comments on commit d1d8f5c

Please sign in to comment.