lint licenses
This commit is contained in:
parent
79c9f14a3c
commit
c31b24787f
2 changed files with 1328 additions and 6 deletions
19
package.json
19
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue