lint licenses
This commit is contained in:
parent
79c9f14a3c
commit
c31b24787f
2 changed files with 1328 additions and 6 deletions
1315
package-lock.json
generated
Normal file
1315
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
19
package.json
19
package.json
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue