mirror of
https://github.com/wassname/template.git
synced 2026-06-27 16:47:30 +08:00
Use npmignore file instead of files array
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
src
|
||||||
|
build
|
||||||
|
.editorconfig
|
||||||
|
.eslintrc.json
|
||||||
|
.gitignore
|
||||||
|
.travis.yml
|
||||||
|
rollup.config.dev.js
|
||||||
|
rollup.config.js
|
||||||
|
yarn-error.log
|
||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user