Closed ChristianMurphy closed 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/
.d.ts
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
v2.1.2 looks like the .d.ts files are there now.
v2.1.2
Thanks again @ChristianMurphy; let me know if it's working for you.
That worked, thanks @transitive-bullshit!
resolve issue where
.d.ts
files in thelib/
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