From fde27fb2e253fba26f75aff7d44b850303012423 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Sun, 13 Jun 2021 03:21:32 +0100 Subject: [PATCH] docs: remove README todos --- .husky/commit-msg | 2 +- README.md | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index ba8a044..fe4c17a 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx commitlint -E HUSKY_GIT_PARAMS +npx --no-install commitlint --edit "" diff --git a/README.md b/README.md index 635d5fc..9fd682b 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,3 @@ Run `yarn start` to run the examples from their corresponding directory. - Format source code w/ prettier: `yarn format` - Test source units w/ jest: `yarn test` - -## TODO - -- Add CI/CD - -- Publish to npm