File tree Expand file tree Collapse file tree 4 files changed +570
-1396
lines changed
Expand file tree Collapse file tree 4 files changed +570
-1396
lines changed Original file line number Diff line number Diff line change 1+ export default { extends : [ '@commitlint/config-conventional' ] } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " Docs for PicGo" ,
55 "main" : " index.js" ,
6+ "type" : " module" ,
67 "scripts" : {
78 "dev" : " vitepress dev docs" ,
89 "build" : " vitepress build docs" ,
2526 },
2627 "homepage" : " https://github.com/PicGo/PicGo-Doc#readme" ,
2728 "devDependencies" : {
28- "@commitlint/cli" : " ^7.5.2 " ,
29- "@picgo/bump-version " : " ^1.0.2 " ,
29+ "@commitlint/cli" : " ^20.2.0 " ,
30+ "@commitlint/config-conventional " : " ^20.2.0 " ,
3031 "@types/node" : " ^24.10.1" ,
3132 "commitizen" : " ^3.0.7" ,
32- "conventional-changelog" : " ^3.1.3" ,
33- "cz-customizable" : " ^5.10.0" ,
3433 "husky" : " ^1.3.1" ,
3534 "vitepress" : " ^1.0.0"
3635 },
3736 "husky" : {
3837 "hooks" : {
3938 "commit-msg" : " commitlint -E HUSKY_GIT_PARAMS"
4039 }
41- },
42- "config" : {
43- "commitizen" : {
44- "path" : " ./node_modules/cz-customizable"
45- },
46- "cz-customizable" : {
47- "config" : " ./node_modules/@picgo/bump-version/.cz-config.js"
48- }
49- },
50- "commitlint" : {
51- "extends" : [
52- " ./node_modules/@picgo/bump-version/commitlint-picgo"
53- ]
5440 }
5541}
You can’t perform that action at this time.
0 commit comments