transitive-bullshit / check-links

Robustly checks an array of URLs for liveness. Extremely fast ⚡
MIT License
334 stars 10 forks source link

build: include all files in the lib folder #24

Closed ChristianMurphy closed 1 year ago

ChristianMurphy commented 1 year ago

resolve issue where .d.ts files in the lib/ folder are ignored when releasing to the npm registry. https://unpkg.com/browse/check-links@2.1.1/lib/

This resolve it by overriding the ignore file, and giving an explicit include https://docs.npmjs.com/cli/v6/configuring-npm/package-json#files

transitive-bullshit commented 1 year ago

v2.1.2 looks like the .d.ts files are there now.

Thanks again @ChristianMurphy; let me know if it's working for you.

ChristianMurphy commented 1 year ago

That worked, thanks @transitive-bullshit!