Explicitly include dist folder in npm package

This commit is contained in:
Ludwig Schubert
2017-10-09 15:02:03 -07:00
parent ffb5eaf3f7
commit 9526d99390
+5
View File
@@ -6,6 +6,11 @@
"bin": {
"distill-render": "./bin/render.js"
},
"files": [
"dist",
"bin",
"examples"
],
"author": "Shan Carter",
"homepage": "https://github.com/distillpub/distill-template#readme",
"bugs": {