Skip to content

Commit 6fe4c98

Browse files
committed
feat: rm unused files
1 parent 34f517f commit 6fe4c98

File tree

4 files changed

+570
-1396
lines changed

4 files changed

+570
-1396
lines changed

commitlint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default { extends: ['@commitlint/config-conventional'] };

docs/.vitepress/config.ts

Lines changed: 0 additions & 180 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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",
@@ -25,31 +26,16 @@
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
}

0 commit comments

Comments
 (0)