File tree 4 files changed +20
-27
lines changed
4 files changed +20
-27
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
tag_name : ${{ github.ref }}
22
22
body : |
23
- Please refer to [CHANGELOG.md](https://github.com/posva/vue-lib/blob/master/CHANGELOG.md) for details.
23
+ Please refer to [CHANGELOG.md](https://github.com/posva/vue-ts- lib/blob/master/CHANGELOG.md) for details.
Original file line number Diff line number Diff line change 1
- # vue-lib [ ![ Build Status] ( https://badgen.net/circleci/github/ posva/vue-lib/main )] ( https://circleci .com/gh/ posva/vue-lib ) [ ![ npm package] ( https://badgen.net/npm/v/vue-lib )] ( https://www.npmjs.com/package/vue-lib ) [ ![ coverage] ( https://badgen.net/codecov/c/github/posva/vue-lib/main )] ( https://codecov.io/github/posva/vue-lib ) [ ![ thanks] ( https://badgen.net/badge/thanks/♥/pink )] ( https://github.com/posva/thanks )
1
+ # vue-ts- lib [ ![ Build Status] ( https://github.com/ posva/vue-ts- lib/workflows/test/badge.svg )] ( https://github .com/posva/vue-ts- lib/actions/workflows/test.yml ) [ ![ npm package] ( https://badgen.net/npm/v/vue-ts- lib )] ( https://www.npmjs.com/package/vue-ts- lib ) [ ![ coverage] ( https://badgen.net/codecov/c/github/posva/vue-ts- lib/main )] ( https://codecov.io/github/posva/vue-ts -lib ) [ ![ thanks] ( https://badgen.net/badge/thanks/♥/pink )] ( https://github.com/posva/thanks )
2
2
3
3
> Some awesome description
4
4
@@ -19,23 +19,16 @@ degit posva/vue-ts-lib
19
19
#### Rename the project
20
20
21
21
``` sh
22
- sed -i ' ' ' s/vue-lib/vue-global-events/g' README.md package.json .github/workflows/release-tag.yml size-checks/*
22
+ sed -i ' ' ' s/vue-ts- lib/vue-global-events/g' README.md package.json .github/workflows/release-tag.yml size-checks/*
23
23
```
24
24
25
- #### Circle CI
25
+ #### Github CI
26
26
27
- - Add the project: https://circleci.com/projects/gh/posva
28
- - Check _ Build on forked pull requests_ : https://circleci.com/gh/posva/vue-lib/edit#advanced-settings
29
- - Check _ Auto cancel redundant build_ (same place)
27
+ - Added by default
30
28
31
- ## Dependabot
29
+ ## Renovate
32
30
33
- - Activate it: https://docs.github.com/en/github/administering-a-repository/enabling-and-disabling-version-updates : add a ` GH_TOKEN ` secret in settings
34
- - Or use dependabot.com
35
-
36
- ## Github Settings
37
-
38
- - Activate Sponsor section
31
+ You must add the repository in [ your settings] ( https://github.com/settings/installations/112211 ) .
39
32
40
33
## Remove this section
41
34
@@ -44,9 +37,9 @@ Remove the section _Checklist_ before releasing.
44
37
## Installation
45
38
46
39
``` sh
47
- yarn add vue-lib
40
+ yarn add vue-ts- lib
48
41
# or
49
- npm install vue-lib
42
+ npm install vue-ts- lib
50
43
```
51
44
52
45
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue-lib" ,
2
+ "name" : " vue-ts- lib" ,
3
3
"version" : " 0.0.0" ,
4
4
"description" : " Some awesome description" ,
5
- "main" : " dist/vue-lib.cjs.js" ,
6
- "unpkg" : " dist/vue-lib.global.js" ,
7
- "jsdelivr" : " dist/vue-lib.global.js" ,
8
- "module" : " dist/vue-lib.esm-bundler.js" ,
9
- "types" : " dist/vue-lib.d.ts" ,
5
+ "main" : " dist/vue-ts- lib.cjs.js" ,
6
+ "unpkg" : " dist/vue-ts- lib.global.js" ,
7
+ "jsdelivr" : " dist/vue-ts- lib.global.js" ,
8
+ "module" : " dist/vue-ts- lib.esm-bundler.js" ,
9
+ "types" : " dist/vue-ts- lib.d.ts" ,
10
10
"sideEffects" : false ,
11
11
"author" : {
12
12
"name" : " Eduardo San Martin Morote" ,
26
26
},
27
27
"files" : [
28
28
" dist/*.js" ,
29
- " dist/vue-lib.d.ts" ,
29
+ " dist/vue-ts- lib.d.ts" ,
30
30
" LICENSE" ,
31
31
" README.md"
32
32
],
79
79
},
80
80
"repository" : {
81
81
"type" : " git" ,
82
- "url" : " git+https://github.com/posva/vue-lib.git"
82
+ "url" : " git+https://github.com/posva/vue-ts- lib.git"
83
83
},
84
84
"bugs" : {
85
- "url" : " https://github.com/posva/vue-lib/issues"
85
+ "url" : " https://github.com/posva/vue-ts- lib/issues"
86
86
},
87
- "homepage" : " https://github.com/posva/vue-lib#readme"
87
+ "homepage" : " https://github.com/posva/vue-ts- lib#readme"
88
88
}
Original file line number Diff line number Diff line change 1
- export * from '../dist/vue-lib.esm-bundler'
1
+ export * from '../dist/vue-ts- lib.esm-bundler'
You can’t perform that action at this time.
0 commit comments