Skip to content

Commit

Permalink
Merge pull request #117 from gabrieldarezzo/master
Browse files Browse the repository at this point in the history
Added 'files'in package.json to not get tests files on npm productions
  • Loading branch information
rvera authored Nov 1, 2017
2 parents 572a540 + 06f833a commit f67a694
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "image-picker",
"version": "0.3.1",
"homepage": "http://rvera.github.com/image-picker",
"authors": [
"Rodrigo Vera"
],
"author": "Rodrigo Vera (http://rvera.github.io/)",

"description": "Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.",
"main": "image-picker/image-picker.js",
"files": [
"image-picker"
],
"keywords": [
"Image",
"Picker",
Expand Down

0 comments on commit f67a694

Please sign in to comment.