File tree Expand file tree Collapse file tree 5 files changed +262
-216
lines changed Expand file tree Collapse file tree 5 files changed +262
-216
lines changed Original file line number Diff line number Diff line change 1
1
auto-install-peers = true
2
2
strict-peer-dependencies = false
3
- registry = https://registry.npmmirror.com
3
+ registry = https://registry.npmjs.org/
Original file line number Diff line number Diff line change
1
+ {
2
+ "plugins" : {
3
+ "@release-it/conventional-changelog" : {
4
+ "preset" : " angular" ,
5
+ "infile" : " CHANGELOG.md"
6
+ }
7
+ },
8
+ "git" : {
9
+ "commitMessage" : " chore: release v${version}"
10
+ },
11
+ "github" : {
12
+ "release" : true ,
13
+ "draft" : false
14
+ },
15
+ "npm" : {
16
+ "publish" : true
17
+ },
18
+ "publishConfig" : {
19
+ "access" : " public" ,
20
+ "registry" : " https://registry.npmjs.org/"
21
+ },
22
+ "hooks" : {
23
+ "before:init" : [" npm version" ],
24
+ "after:bump" : [" npm run build" ],
25
+ "after:release" : " echo Successfully released ${name} v${version} to ${repo.repository}."
26
+ }
27
+ }
Original file line number Diff line number Diff line change 3
3
A Vue.js 3 UI library
4
4
5
5
[ ![ commitizen] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli )
6
- [ ![ Wei Design] ( https://img.shields.io/npm/v/@wei-design/web-vue.svg?style=flat-square )] ( https://www.npmjs.org/package/@wei-design/web-vue )
6
+ [ ![ web-vue] ( https://img.shields.io/npm/v/@wei-design/web-vue.svg?style=flat-square )] ( https://www.npmjs.org/package/@wei-design/web-vue )
7
+ [ ![ web-vue] ( https://img.shields.io/npm/dt/@wei-design/web-vue )] ( https://www.npmjs.org/package/@wei-design/web-vue )
8
+ ![ ] ( https://img.shields.io/github/stars/wei-design/web-vue#crop=0&crop=0&crop=1&crop=1&id=o8sRG&originHeight=20&originWidth=54&originalType=binary&ratio=1&rotation=0&showTitle=false&status=done&style=none&title= )
7
9
8
10
---
9
11
Original file line number Diff line number Diff line change 38
38
"release:major" : " npm run release -- --release-as major" ,
39
39
"release:minor" : " npm run release -- --release-as minor" ,
40
40
"release:patch" : " npm run release -- --release-as patch" ,
41
- "prepublishOnly" : " npm run lib:clean && yarn run lib:build"
41
+ "prepublishOnly" : " npm run lib:clean && npm run lib:build"
42
42
},
43
43
"homepage" : " https://wei-design.github.io/web-vue/" ,
44
44
"repository" : {
110
110
}
111
111
},
112
112
"engines" : {
113
- "node" : " >=16 .0.0"
113
+ "node" : " >=18 .0.0"
114
114
},
115
115
"commitlint" : {
116
116
"extends" : [
You can’t perform that action at this time.
0 commit comments