chore: remove standard-version
Now that we are using release-please, this is not necessary. Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
parent
d10fee05ba
commit
888f69cd24
File diff suppressed because it is too large
Load Diff
54
package.json
54
package.json
|
|
@ -14,65 +14,12 @@
|
||||||
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
|
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
|
||||||
"coverage-publish": "wget -qO - https://coverage.codacy.com/get.sh | bash -s report -l JavaScript -r coverage/lcov.info",
|
"coverage-publish": "wget -qO - https://coverage.codacy.com/get.sh | bash -s report -l JavaScript -r coverage/lcov.info",
|
||||||
"generate-docs": "typedoc --excludeNotDocumented --out docs src",
|
"generate-docs": "typedoc --excludeNotDocumented --out docs src",
|
||||||
"release": "standard-version",
|
|
||||||
"prepublishOnly": "npm run build"
|
"prepublishOnly": "npm run build"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"dist",
|
"dist",
|
||||||
"bundles"
|
"bundles"
|
||||||
],
|
],
|
||||||
"standard-version": {
|
|
||||||
"scripts": {
|
|
||||||
"postcommit": "git commit --amend --signoff --no-edit"
|
|
||||||
},
|
|
||||||
"types": [
|
|
||||||
{
|
|
||||||
"type": "feat",
|
|
||||||
"section": "Features",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "fix",
|
|
||||||
"section": "Bug Fixes",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "docs",
|
|
||||||
"section": "Documentation",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "chore",
|
|
||||||
"section": "Miscellaneous",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "src",
|
|
||||||
"section": "Miscellaneous",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "style",
|
|
||||||
"section": "Miscellaneous",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "refactor",
|
|
||||||
"section": "Miscellaneous",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "perf",
|
|
||||||
"section": "Performance",
|
|
||||||
"hidden": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "test",
|
|
||||||
"section": "Tests",
|
|
||||||
"hidden": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/cloudevents/sdk-javascript.git"
|
"url": "git+https://github.com/cloudevents/sdk-javascript.git"
|
||||||
|
|
@ -130,7 +77,6 @@
|
||||||
"nock": "~12.0.3",
|
"nock": "~12.0.3",
|
||||||
"nyc": "~15.0.0",
|
"nyc": "~15.0.0",
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
"standard-version": "^9.0.0",
|
|
||||||
"superagent": "^6.1.0",
|
"superagent": "^6.1.0",
|
||||||
"ts-node": "^8.10.2",
|
"ts-node": "^8.10.2",
|
||||||
"typedoc": "^0.20.24",
|
"typedoc": "^0.20.24",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue