Use npmignore file instead of files array

This commit is contained in:
Ludwig Schubert
2017-10-09 15:08:26 -07:00
parent 9526d99390
commit a65f546151
2 changed files with 9 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
src
build
.editorconfig
.eslintrc.json
.gitignore
.travis.yml
rollup.config.dev.js
rollup.config.js
yarn-error.log
-5
View File
@@ -6,11 +6,6 @@
"bin": { "bin": {
"distill-render": "./bin/render.js" "distill-render": "./bin/render.js"
}, },
"files": [
"dist",
"bin",
"examples"
],
"author": "Shan Carter", "author": "Shan Carter",
"homepage": "https://github.com/distillpub/distill-template#readme", "homepage": "https://github.com/distillpub/distill-template#readme",
"bugs": { "bugs": {