-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Added npm files whitelist #879
Conversation
Make patch release please. |
@@ -2,6 +2,9 @@ | |||
"name": "async", | |||
"description": "Higher-order functions and common patterns for asynchronous code", | |||
"main": "lib/async.js", | |||
"files": [ | |||
"lib" | |||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed overall, but does npm support folders in files
or do you specify exact path>?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. It works fine. I often do this thing.
What is the problem with tests? |
Looks good:
|
@megawac Cool! Thanks! |
Nice catch -- this was my mistake. |
For smaller package. Now it contains extra
coverage
andnyc_output
folders.500kb -> 100kb