mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
chore: cleanup package.json
This commit is contained in:
parent
fc584b2efd
commit
31de5cdb23
3 changed files with 51 additions and 51 deletions
7
.c8rc.json
Normal file
7
.c8rc.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"src": "./src",
|
||||
"reporter": [
|
||||
"lcov",
|
||||
"text-summary"
|
||||
]
|
||||
}
|
||||
44
.versionrc.json
Normal file
44
.versionrc.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"commit-all": true,
|
||||
"scripts": {
|
||||
"prerelease": "npm run-script build-all",
|
||||
"postbump": "node ./tools/docs.postbump.js",
|
||||
"postchangelog": "sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"
|
||||
},
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "style",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"section": "Refactor",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"section": "Performance",
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"type": "test",
|
||||
"hidden": true
|
||||
}
|
||||
]
|
||||
}
|
||||
51
package.json
51
package.json
|
|
@ -374,57 +374,6 @@
|
|||
"typedoc-plugin-markdown": "3.1.1",
|
||||
"typescript": "4.0.5"
|
||||
},
|
||||
"c8": {
|
||||
"src": "./src",
|
||||
"reporter": [
|
||||
"lcov",
|
||||
"text-summary"
|
||||
]
|
||||
},
|
||||
"standard-version": {
|
||||
"commit-all": true,
|
||||
"scripts": {
|
||||
"prerelease": "npm run-script build-all",
|
||||
"postbump": "node ./tools/docs.postbump.js",
|
||||
"postchangelog": "sed -i '' -e 's/### \\[/## [/g' CHANGELOG.md"
|
||||
},
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "Features"
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"section": "Bug Fixes"
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "style",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"section": "Refactor",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"section": "Performance",
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"type": "test",
|
||||
"hidden": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"webcrypto/*": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue