Releases: alexreardon/tiny-warning
Releases · alexreardon/tiny-warning
1.0.3
- Adding missing license MIT file: #12.
tiny-warning
was already declared as MIT in thepackage.json
but we have now added theLICENSE
file to the project. Thanks @ajkl2533 @Bosch-Eli-Black @matthewtebbs-codaio for pushing this forward - Add TS declaration: #13. Thanks @alexanbj!
- Upgrading to
[email protected]
1.0.2
- prefixing messages with
Warning:
#9. Thanks @jaredpalmer