define files array

This commit is contained in:
Jan T. Sott 2022-07-20 05:46:37 +02:00
parent 171e529fa4
commit 6f9b29beeb

View file

@ -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"