rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
907 stars 216 forks source link

Added 'files'in package.json to not get tests files on npm productions #117

Closed gabrieldarezzo closed 6 years ago

gabrieldarezzo commented 6 years ago

'file' in package.json

The optional "files" field is an array of file patterns that describes the entries to be included when your package is installed as a dependency. If the files array is omitted, everything except automatically-excluded files will be included in your publish. If you name a folder in the array, then it will also include the files inside that folder (unless they would be ignored by another rule in this section.).

Read More here:

https://docs.npmjs.com/files/package.json#files

rvera commented 6 years ago

Thanks, good idea.