isaacs / isexe

Minimal module to check if a file is executable.
ISC License
48 stars 17 forks source link

dist folder missing from npm package #34

Closed XhmikosR closed 1 year ago

XhmikosR commented 1 year ago

@isaacs it seems since v3.0.0 the dist folder is missing from the npm package: https://www.npmjs.com/package/isexe?activeTab=code

isaacs commented 1 year ago

Forgot to update the files in package json I guess. I'll get it fixed soon. 🤦

XhmikosR commented 1 year ago

Might be a good time to include only the needed files in npm package too, which will fix #16, #24 and close #21.