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

1315
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -2,9 +2,10 @@
"name": "cc-md", "name": "cc-md",
"version": "0.2.6", "version": "0.2.6",
"description": "Markdown-formatted Creative Commons licenses", "description": "Markdown-formatted Creative Commons licenses",
"repository": { "author": "idleberg",
"type": "git", "license": "Unlicense",
"url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git" "scripts": {
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
}, },
"keywords": [ "keywords": [
"markdown", "markdown",
@ -13,10 +14,16 @@
"licenses", "licenses",
"cc" "cc"
], ],
"author": "idleberg", "repository": {
"license": "Unlicense", "type": "git",
"url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git"
},
"bugs": { "bugs": {
"url": "https://github.com/idleberg/Creative-Commons-Markdown/issues" "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"
}
} }