module-deps icon indicating copy to clipboard operation
module-deps copied to clipboard

Add .npmignore to make the published module smaller and work around a bug in Flow

Open dumbmatter opened this issue 7 years ago • 3 comments

This will make everyone's life slightly better by making the module distributed through npm a bit smaller.

And it will save users of Flow some grief, because of facebook/flow#5898.

dumbmatter avatar Mar 02 '18 04:03 dumbmatter

looks good & would have appreciated not having to manually fix the flow error. eta?

anfedorov avatar May 23 '18 01:05 anfedorov

Is this fixed in flow since https://github.com/facebook/flow/commit/f942d9676d174d3469ed532770934063518ce4f5?

Shipping tests and examples with packages is handy if users are working offline or if they need to debug something.

goto-bus-stop avatar Feb 23 '20 10:02 goto-bus-stop

@goto-bus-stop [email protected] is still identifying this as an error for me

The main problem is, I have no idea why putting

[ignore]
node_modules

in my .flowconfig still reads all package.json files in node_modules...have you found another workaround?

daniellizik avatar Feb 26 '20 07:02 daniellizik