mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
build: remove cz and standard version
This commit is contained in:
13
package.json
13
package.json
@@ -30,21 +30,14 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.19.0",
|
||||
"@typescript-eslint/parser": "5.30.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.30.5",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"@typescript-eslint/parser": "5.30.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.30.3",
|
||||
"prettier": "2.7.1",
|
||||
"standard-version": "9.5.0",
|
||||
"typescript": "4.7.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sern-handler/handler.git"
|
||||
},
|
||||
"homepage": "https://sern-handler.js.org",
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
"homepage": "https://sern-handler.js.org"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user