Skip to content

Commit

Permalink
Deps cleanup (#82)
Browse files Browse the repository at this point in the history
* chore: create release to devDepencies

This avoids end users installing octokit.

* chore: remove debug dependency

Debug requires were replaced by app.debug calls, no
longer needed.
  • Loading branch information
tkurki authored Sep 26, 2023
1 parent 30ff752 commit a7faf17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@
"license": "ISC",
"dependencies": {
"@canboat/canboatjs": "1.x",
"@signalk/github-create-release": "^1.2.1",
"baconjs": "^0.7.88",
"debug": "^3.1.0",
"lodash": "^4.17.4"
},
"repository": {
"type": "git",
"url": "https://github.com/SignalK/signalk-to-nmea2000"
},
"devDependencies": {
"@signalk/github-create-release": "^1.2.1",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"signalk-server": "^1.4.0",
Expand Down

0 comments on commit a7faf17

Please sign in to comment.