ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.26k stars 287 forks source link

Replace dependency `is-ci` by `ci-info` #446

Closed paescuj closed 1 year ago

paescuj commented 1 year ago

is-ci is just a simple wrapper around ci-info and mainly intended to be used as a command line tool. This makes it easier to follow updates of ci-info and as a nice side effect no additional package is needed for the types anymore.

ds300 commented 1 year ago

This was just released in v7.0.0. Thanks for your contribution ❤️

Romick2005 commented 1 year ago

This was just released in v7.0.0. Thanks for your contribution ❤️

Why then it is not reflected in code changes?

ds300 commented 1 year ago

@Romick2005 try that link again. There was an old branch called v7.0.0 conflicting with the tag name. I deleted the branch so the comparison should be accurate now.

Romick2005 commented 1 year ago

Confirmed. Thank you!