Skip to content

Commit

Permalink
chore(root): move commitlint and lint-staged to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Jul 30, 2021
1 parent 8b5252f commit cdddc66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@
]
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"commitizen": "^4.2.2",
"cz-lerna-changelog": "^2.0.3",
"execa": "^5.0.0",
"lerna": "^3.22.1",
"lint-staged": "^10.5.0",
"ora": "^5.4.0",
"vue": "^3.1.4"
}
Expand Down
6 changes: 5 additions & 1 deletion packages/varlet-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@
"webpack": "^5.23.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.3.0",
"webpackbar": "^5.0.0-3"
"webpackbar": "^5.0.0-3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"commitizen": "^4.2.2",
"lint-staged": "^10.5.0"
},
"devDependencies": {
"@types/babel__core": "^7.1.12",
Expand Down

0 comments on commit cdddc66

Please sign in to comment.