2.0.0 port to typescript
Port main file to TypeScript and use tsc
to build (with declarations) rather than babel
.
Removes esnext:main
from package.json
Changes
- Merge pull request #26 from tolu/update-deps daa03c9
- use np for publish scripts a71bcf5
- remove travis, add gh-action ec62cc7
- remove esnext:main from package.json 52cbf77
- link to temporal proposal df63293
- prettier add .prettierignore for "lib" 1ba02eb
- move dts file to /lib as generated 25e20bf
- compile with typescript 05af864
- remove babel 375a477
- replace ava and standard with uvu and prettier c3f0e5f
- prepare for uvu e422786
- prettier 52cef12
- update readme b39ac80