jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.51k stars 21 forks source link

Fix diffing #94

Closed oreshinya closed 1 year ago

oreshinya commented 1 year ago

Dry run with ignoreDeps: [ "dev" ] always fails, because ignoreDeps: [ "dev" ] ignores all dev deps including @types/ and diffing detect always new @types/ packages.

coveralls commented 1 year ago

Coverage Status

Coverage: 100.0%. Remained the same when pulling c8a21e0ae2383e84b7f047f3902570ff2772a8de on oreshinya:fix_diffing into d07630dd8494a5b7fdfb18ee7d484631a65384b1 on jeffijoe:master.

jeffijoe commented 1 year ago

Thanks again, this was released as v0.10.0! I had to change the CI to GitHub Actions since my Travis credits ran out.