dependencies: update and clean (and auto-fix style issues) (#1195)

* Update npm dependencies (and auto-fix style issues)

* Updated Documentation in README.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Roland Hummel
2022-10-16 12:39:56 +02:00
committed by GitHub
parent 18baef8e7e
commit 4ce3dbe6b4
5 changed files with 4278 additions and 9274 deletions

View File

@@ -26,5 +26,5 @@ export function collatz (n) {
steps.push(n)
}
return { result: n, steps: steps }
return { result: n, steps }
}