I spotted a minor but slightly 'large' error in the readme.md, specifically 2 Signale constructor options hash keys were duplicated and documented twice. I've removed the extra lines, and updated all dependencies to latest versions. Currently untested, but npm run test fails due to https://github.com/typescript-eslint/typescript-eslint/pull/2010 (fix merged but awaiting release). It should work once @typescript-eslint is updated.
Changes
[x] minor fix in readme.md
[x] bumped chalk from ^2.3.2 to ^4.0.0
[x] bumped figures from ^2.0.0 to ^3.2.0
[x] bumped pkg-conf from ^2.1.0 to ^3.1.0
[x] bumped package version to 1.4.1
TODO
[ ] verify yarn test after @typescript-eslint is updated in npm registry
Hi,
I spotted a minor but slightly 'large' error in the
readme.md
, specifically 2Signale
constructoroptions
hash keys were duplicated and documented twice. I've removed the extra lines, and updated all dependencies to latest versions. Currently untested, butnpm run test
fails due to https://github.com/typescript-eslint/typescript-eslint/pull/2010 (fix merged but awaiting release). It should work once@typescript-eslint
is updated.Changes
readme.md
chalk
from^2.3.2
to^4.0.0
figures
from^2.0.0
to^3.2.0
pkg-conf
from^2.1.0
to^3.1.0
1.4.1
TODO
yarn test
after@typescript-eslint
is updated in npm registry