Commit Graph

5 Commits

Author SHA1 Message Date
Tom Keller 8eb36bfcf2 chore: remove ability to publish on npm 2022-10-15 18:39:09 -07:00
Tom Keller 15adc6ff52 chore!: configure projen for correct artifact generation directory 2022-10-15 18:37:21 -07:00
Tom Keller a821f1a13e chore: move build dir to build, not dist 2022-10-15 18:16:08 -07:00
Tom Keller 921a07e77f chore!: move away from ESM
It turns out that Jest's ESM support still relies on experimental node
modules (as of node 18). Switch back to commonjs instead.
2022-10-15 18:13:17 -07:00
Tom Keller 239add3ff1 feat!: Initial v2 commit
* Implemented editorconfig
* Switched to ESM
* Switched to a TypeScript workflow
* Switched to projen for project management
* Major code refactor
* TODO: need tests
2022-10-14 20:43:09 -07:00