ebidel / filer.js

A wrapper library for the HTML5 Filesystem API what reuses UNIX commands (cp, mv, ls) for its API.
Other
1.49k stars 155 forks source link

Allow the installation of filer.js with npm #60

Closed bumxu closed 8 years ago

bumxu commented 8 years ago

Hello,

I opt for allowing the installation of filer.js with npm. This adds an standard package.json definition with the minimum required information according e840348b6f156f47c6261b0b10ead8488820c541, and a .npmignore file for the lighter possible installation.

This is only a suggestion for future use, I can always use my own fork, thanks for this excellent wrapper.

ebidel commented 8 years ago

👍

vitalets commented 8 years ago

Hi,

did you published it to npm? I don't see filer.js there: https://www.npmjs.com/package/filer.js

ebidel commented 8 years ago

Never published it to the registry, but I think you can do npm install ebidel/filer.js

vitalets commented 8 years ago

Never published it to the registry

why not?)

ebidel commented 8 years ago

done! https://www.npmjs.com/package/filer.js

vitalets commented 8 years ago

thank you! 👍