From a75f6d73a55917bcd944c95337816556f03538d3 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Sat, 3 Jul 2021 10:33:16 -0400 Subject: [PATCH] Dev 4 (#256) * Update config.json.sample (#253) * Update package.json * Update CI tools (#248) * chore: ci tools updates * ci tools updates * chore: update ci * update dev tools (#249) * chore: ci tools updates * ci tools updates * chore: update ci * build tools update * chore: udpate dev tools * Update config.json.sample fix: lost comma in config.json.sample Co-authored-by: Bill Church * build(deps): bump ws from 7.4.5 to 7.4.6 in /app (#251) * Update package.json * Update CI tools (#248) * chore: ci tools updates * ci tools updates * chore: update ci * update dev tools (#249) * chore: ci tools updates * ci tools updates * chore: update ci * build tools update * chore: udpate dev tools * build(deps): bump ws from 7.4.5 to 7.4.6 in /app Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6) Signed-off-by: dependabot[bot] Co-authored-by: Bill Church Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update config.json.sample (#253) * Update package.json * Update CI tools (#248) * chore: ci tools updates * ci tools updates * chore: update ci * update dev tools (#249) * chore: ci tools updates * ci tools updates * chore: update ci * build tools update * chore: udpate dev tools * Update config.json.sample fix: lost comma in config.json.sample Co-authored-by: Bill Church * build(deps): bump ws from 7.4.5 to 7.4.6 in /app (#251) * Update package.json * Update CI tools (#248) * chore: ci tools updates * ci tools updates * chore: update ci * update dev tools (#249) * chore: ci tools updates * ci tools updates * chore: update ci * build tools update * chore: udpate dev tools * build(deps): bump ws from 7.4.5 to 7.4.6 in /app Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6) Signed-off-by: dependabot[bot] Co-authored-by: Bill Church Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Yang <26634873@qq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.json.sample b/app/config.json.sample index b30f569..ac03d16 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -9,7 +9,7 @@ "user": { "name": null, "password": null, - "privatekey": null + "privatekey": null, "overridebasic": false }, "ssh": {