foliojs / png.js

A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js
http://devongovett.github.com/png.js
MIT License
489 stars 92 forks source link

add .npmignore #27

Closed tsullivan closed 7 years ago

tsullivan commented 8 years ago

When this module is a dependency in our node project, the build has 1.8MB of images for testing that we don't need in our production environment.

This suppresses those files from getting installed into the build.

tsullivan commented 7 years ago

close for https://github.com/devongovett/png.js/pull/25