update tooling
This commit is contained in:
parent
aae8ce8428
commit
7c3be2621c
4 changed files with 92 additions and 51 deletions
90
package.json
90
package.json
|
@ -1,47 +1,47 @@
|
|||
{
|
||||
"name": "cc-md",
|
||||
"version": "0.4.1",
|
||||
"description": "Markdown-formatted Creative Commons licenses",
|
||||
"author": "idleberg",
|
||||
"license": "CC0-1.0",
|
||||
"files": [
|
||||
"1.0/",
|
||||
"2.0/",
|
||||
"2.5/",
|
||||
"3.0/",
|
||||
"4.0/",
|
||||
"legacy/",
|
||||
"LICENSE",
|
||||
"readme.markdown"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "npm run test",
|
||||
"prepare": "husky",
|
||||
"test": "remark -u lint ./**/*.markdown ./readme.markdown"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
"creative",
|
||||
"commons",
|
||||
"licenses",
|
||||
"cc"
|
||||
],
|
||||
"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",
|
||||
"devDependencies": {
|
||||
"husky": "^9.1.6",
|
||||
"lint-staged": "^15.2.10",
|
||||
"remark-cli": "^12.0.1",
|
||||
"remark-lint": "^10.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{md|markdown}": "remark -u lint"
|
||||
},
|
||||
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
|
||||
"name": "cc-md",
|
||||
"version": "0.4.1",
|
||||
"description": "Markdown-formatted Creative Commons licenses",
|
||||
"author": "idleberg",
|
||||
"license": "CC0-1.0",
|
||||
"files": [
|
||||
"1.0/",
|
||||
"2.0/",
|
||||
"2.5/",
|
||||
"3.0/",
|
||||
"4.0/",
|
||||
"legacy/",
|
||||
"LICENSE",
|
||||
"readme.markdown"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "npm run test",
|
||||
"prepare": "husky",
|
||||
"test": "remark -u lint ./**/*.markdown ./readme.markdown"
|
||||
},
|
||||
"keywords": [
|
||||
"markdown",
|
||||
"creative",
|
||||
"commons",
|
||||
"licenses",
|
||||
"cc"
|
||||
],
|
||||
"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",
|
||||
"devDependencies": {
|
||||
"husky": "^9.1.6",
|
||||
"lint-staged": "^15.2.10",
|
||||
"remark-cli": "^12.0.1",
|
||||
"remark-lint": "^10.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{md|markdown}": "remark -u lint"
|
||||
},
|
||||
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
|
||||
}
|
||||
|
|
Reference in a new issue