this PR is an suggestion, in package.json you define only a file for key main.
in package docs, I see the key files, used to define more files to be included on module downloaded, and reference to files.
this is useful to automated bundles that make use of this key, and to reduce size of module in disk, the other files and directories dont be downloaded (except package.json, main, licensce, etc), more here
hey guys!!
this PR is an suggestion, in package.json you define only a file for key
main
. in package docs, I see the keyfiles
, used to define more files to be included on module downloaded, and reference to files.this is useful to automated bundles that make use of this key, and to reduce size of module in disk, the other files and directories dont be downloaded (except package.json, main, licensce, etc), more here