boybundit / linebot

🤖 SDK for the LINE Messaging API for Node.js
https://www.npmjs.com/package/linebot
MIT License
217 stars 93 forks source link

Explicitly include only necessary files during package install #8

Closed kamilogorek closed 8 years ago

kamilogorek commented 8 years ago

This should do the work. Whitelisting in this case is more useful than blacklisting using .npmignore.

Fixes: https://github.com/boybundit/linebot/issues/4

boybundit commented 8 years ago

Thanks @kamilogorek 👍