mkpath
mkpath copied to clipboard
Include only the necessary files in the package
For most people, test files and dev. scripts are of no use in the 3rd-party node module. The suggested change adds the "files" field to package.json so that only the files necessary for using the module are included into the distributed archive.
Yeap, @jrajav, please, exclude unnecessary files from package ❤️