mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
Add files
setting in package.json
This commit is contained in:
parent
003f0eeca3
commit
ef898efaae
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@
|
|||
"lib/**/*.test.js"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"cli.js",
|
||||
"lib",
|
||||
"!lib/**/*.test.js",
|
||||
"!lib/**/fixtures"
|
||||
],
|
||||
"xo": {
|
||||
"space": 2,
|
||||
"rules": {
|
||||
|
|
Loading…
Reference in a new issue