define files array
This commit is contained in:
parent
171e529fa4
commit
6f9b29beeb
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
||||||
"description": "Markdown-formatted Creative Commons licenses",
|
"description": "Markdown-formatted Creative Commons licenses",
|
||||||
"author": "idleberg",
|
"author": "idleberg",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
|
"files": [
|
||||||
|
"4.0/",
|
||||||
|
"legacy/",
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "npm run test",
|
"lint": "npm run test",
|
||||||
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
|
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
|
||||||
|
|
Reference in a new issue