Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --recursive option to doc sync command (#313)
* Add --recursive option to doc sync command This option causes a simple recursive search of the supplied folder. * Whoops! Typo * docs: adding a pull request template * feat: dropping support for node 10, expanding coverage to node 14/16 (#325) * feat: dropping support for node 10 * test: fixing a broken test on node 14 * ci: updating the ci workflow to use node 12+ * ci: upgrading the codeql workflow to the latest way it configs * chore(deps-dev): upgrading jest to v27 * chore(deps-dev): upgrading code styling dev deps * chore(deps-dev): upgrading nock to the latest version * chore: removing a swagger file that shouldnt be in the root dir? * ci: updating codeql to run on `main` not `master` * fix: removing the `main` declaration because it doesnt exist * chore: directory spring cleaning (#327) * feat: dropping support for node 10 * test: fixing a broken test on node 14 * ci: updating the ci workflow to use node 12+ * ci: upgrading the codeql workflow to the latest way it configs * chore(deps-dev): upgrading jest to v27 * chore(deps-dev): upgrading code styling dev deps * chore(deps-dev): upgrading nock to the latest version * chore: removing a swagger file that shouldnt be in the root dir? * ci: updating codeql to run on `main` not `master` * chore: updating the license to be 2021 * chore: renaming the test directory to `__tests__` * chore: various dotfile cleanup * chore: moving the codebase into a `src/` directory structure * Bugfix: Get rid of re-declaration Co-authored-by: Jon Ursenbach <[email protected]>
- Loading branch information