tj / node-prune

Remove unnecessary files from node_modules (.md, .ts, ...)
MIT License
4.4k stars 130 forks source link

Add missing comma on Default files declaration #60

Closed FLarra closed 5 years ago

FLarra commented 5 years ago

We encountered an error in your latest update.

You missed a , in the prune.go file which is causing the installation of your library to fail. This is the error:

/go/src/github.com/tj/node-prune/prune.go:42:10: syntax error: unexpected newline, expecting comma or }
FLarra commented 5 years ago

@tj Thanks for the library! When you have a chance, please take a look at this PR. Thank you

tj commented 5 years ago

thanks!