Open TheDevMinerTV opened 5 days ago
Additional details is-ci just imports the underlying ci-info package and exports a single field. We might as well just use that package instead and save ourselves (/NPM) the extra lookup and bandwidth (4kB).
This PR saves about 3kB per install for developers, and two HTTP call to NPMs API. It doesn't impact dependants.
Additional details is-ci just imports the underlying ci-info package and exports a single field. We might as well just use that package instead and save ourselves (/NPM) the extra lookup and bandwidth (4kB).
This PR saves about 3kB per install for developers, and two HTTP call to NPMs API. It doesn't impact dependants.