GerHobbelt / jison

bison / YACC / LEX in JavaScript (LALR(1), SLR(1), etc. lexer/parser generator)
https://gerhobbelt.github.io/jison/
MIT License
117 stars 20 forks source link

update npmignore to close #43 #44

Closed balupton closed 5 years ago

balupton commented 5 years ago

this extra 100+mb of stuff is causing now.sh (amazon lambda) deployments to fail as they run out of space

balupton commented 5 years ago

@GerHobbelt bump

GerHobbelt commented 5 years ago

Closing this as resolved due to https://github.com/GerHobbelt/jison/issues/43#issuecomment-483011578 : a new npm release has been made available which takes care of this, using slightly adjusted code for npmignore.

Thanks for the pullreq! 👍

GerHobbelt commented 5 years ago

Done.