Add the "files" section to package.json (#469)

This commit is contained in:
Limon Monte 2018-11-24 15:40:51 +02:00 committed by Josh Johnson
parent 367fee6885
commit bded79386f

View file

@ -35,6 +35,12 @@
},
"author": "Josh Johnson",
"license": "MIT",
"files": [
"public/assets/scripts",
"public/assets/styles",
"src",
"types"
],
"bugs": {
"url": "https://github.com/jshjohnson/Choices/issues"
},