lint licenses

This commit is contained in:
idleberg 2020-07-18 00:58:24 +02:00
parent 79c9f14a3c
commit c31b24787f
2 changed files with 1328 additions and 6 deletions

View file

@ -2,9 +2,10 @@
"name": "cc-md",
"version": "0.2.6",
"description": "Markdown-formatted Creative Commons licenses",
"repository": {
"type": "git",
"url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git"
"author": "idleberg",
"license": "Unlicense",
"scripts": {
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
},
"keywords": [
"markdown",
@ -13,10 +14,16 @@
"licenses",
"cc"
],
"author": "idleberg",
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git"
},
"bugs": {
"url": "https://github.com/idleberg/Creative-Commons-Markdown/issues"
},
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown#readme"
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown#readme",
"dependencies": {
"remark-cli": "^8.0.1",
"remark-preset-lint-recommended": "^4.0.1"
}
}