Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirherobrine23 authored Oct 24, 2022
1 parent 0b365b8 commit 37fdaea
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions example/linux/systemd/bdsd.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ After=network.target
WantedBy=multi-user.target

[Service]
ExecStart=/bin/bdsd daemon --socket /var/run/bdsd.sock
ExecReload=/bin/rm -fv /var/run/bdsd.sock
ExecStart=/bin/bdsd daemon
ExecStop=/bin/bdsd server stop
Restart=on-failure
Type=notify
Type=simple
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"devDependencies": {
"@types/cli-color": "^2.0.2",
"@types/express": "^4.17.14",
"@types/node": "^18.11.3",
"@types/node": "^18.11.4",
"@types/yargs": "^17.0.13",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@the-bds-maneger/core": "^5.1.7",
"@the-bds-maneger/core": "^5.1.8",
"cli-color": "^2.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.6.0",
"prom-client": "^14.1.0",
"yargs": "^17.6.0"
}
}
}

0 comments on commit 37fdaea

Please sign in to comment.