chore: cleanup package.json

This commit is contained in:
Filip Skokan 2021-02-08 13:57:55 +01:00
parent fc584b2efd
commit 31de5cdb23
3 changed files with 51 additions and 51 deletions

7
.c8rc.json Normal file
View file

@ -0,0 +1,7 @@
{
"src": "./src",
"reporter": [
"lcov",
"text-summary"
]
}

44
.versionrc.json Normal file
View 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
}
]
}

View file

@ -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/*": [