forked from carlos8f/json-stable-stringify
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Reduce the size of the npm package by limiting the included files #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
for reference:
|
Files property is ok |
knksmith57
added a commit
to knksmith57/fast-json-stable-stringify
that referenced
this issue
Jan 6, 2019
just touching base, @epoberezkin, to let you know that I worked a small PR to address these concerns: #4. please let me know if there's anything else I can do! thanks! |
curious about this @epoberezkin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the
files
property (https://docs.npmjs.com/files/package.json#files) is not used inpackage.json
to specify the included files, nor is the.npmignore
file (https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package) is being used for blacklisting unwanted files, for the package published to npm.Would you consider adding either the
files
property or the.npmignore
file, so that the resulting package file would have smaller size?The current size can be seen when executing the command
npm pack
(https://docs.npmjs.com/cli/pack).The text was updated successfully, but these errors were encountered: