chore: remove commit-lint and standard-version config from packge.json
This commit is contained in:
parent
61de15d1e6
commit
091e3a2aa7
62
package.json
62
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@ -35,66 +35,6 @@
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
],
|
||||
"commitlint": {
|
||||
"rules": {
|
||||
"type-enum": [
|
||||
2,
|
||||
"always",
|
||||
[
|
||||
"feat",
|
||||
"fix",
|
||||
"chore",
|
||||
"docs",
|
||||
"style",
|
||||
"refactor",
|
||||
"perf",
|
||||
"test",
|
||||
"cl"
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"standard-version": {
|
||||
"header": "",
|
||||
"types": [
|
||||
{
|
||||
"type": "feat",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "fix",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "chore",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "docs",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "style",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "refactor",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "perf",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "test",
|
||||
"hidden": true
|
||||
},
|
||||
{
|
||||
"type": "cl",
|
||||
"section": "Important changes"
|
||||
}
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.4.4",
|
||||
"@babel/core": "^7.4.5",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user