mattburns / exiftool.js

A pure javascript implementation of exiftool
MIT License
64 stars 13 forks source link

Please add test/generated/ to .npmignore: the npm package is 216MB #21

Open kapouer opened 8 years ago

kapouer commented 8 years ago

You just need a .npmignore in your git project with

test/generated/

and republish. People who want to give your module a try will be thankful it doesn't take that long to download.