File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ # These are supported funding model platforms
2
+
3
+ # github: [jaywcjlove]
4
+ # patreon: # Replace with a single Patreon username
5
+ # open_collective: # Replace with a single Open Collective username
6
+ # ko_fi: # Replace with a single Ko-fi username
7
+ # tidelift: #npm/mocker-api
8
+ # community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ custom : https://jaywcjlove.github.io/#/sponsor
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
Build :
9
9
runs-on : ubuntu-latest
10
+ permissions :
11
+ contents : write
12
+ id-token : write
10
13
steps :
11
14
- uses : actions/checkout@v3
12
15
- uses : actions/setup-node@v3
13
16
with :
14
- node-version : 16
17
+ node-version : 18
15
18
registry-url : ' https://registry.npmjs.org'
16
19
17
20
- run : npm install
33
36
site: "recursive-readdir-files {{version}}"
34
37
menus:
35
38
Home: index.html
39
+ Sponsor: https://jaywcjlove.github.io/#/sponsor
36
40
EOF
37
41
38
- - run : npm install idoc@1.26.6 -g
42
+ - run : npm install idoc@1.27.2 -g
39
43
- run : idoc --output="coverage"
40
44
41
45
- name : Create Tag
72
76
name : ${{ steps.create_tag.outputs.version }}
73
77
tag : ${{ steps.create_tag.outputs.version }}
74
78
body : |
75
- [](https://uiwjs.github.io/npm-unpkg/#/pkg/recursive-readdir-files@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
79
+ [](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/recursive-readdir-files@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
76
80
77
81
```bash
78
82
npm i recursive-readdir-files@${{steps.create_tag.outputs.versionNumber}}
84
88
${{ steps.changelog.outputs.changelog }}
85
89
86
90
- name : 📦 recursive-readdir-files publish to NPM
87
- run : npm publish --access public
91
+ run : npm publish --access public --provenance
88
92
continue-on-error : true
89
93
env :
90
94
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ recursive-readdir-files
2
2
===
3
3
<!-- rehype:style=display: flex; padding: 150px 0 0 0; align-items: center; justify-content: center; font-size: 38px; border: 0; border-radius: 5px;-->
4
4
5
+ [ ![ Buy me a coffee] ( https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee )] ( https://jaywcjlove.github.io/#/sponsor )
5
6
[ ![ Coverage Status] ( https://jaywcjlove.github.io/recursive-readdir-files/badges.svg )] ( https://jaywcjlove.github.io/recursive-readdir-files/lcov-report/ )
6
7
[ ![ npm version] ( https://img.shields.io/npm/v/recursive-readdir-files.svg )] ( https://www.npmjs.com/package/recursive-readdir-files )
7
8
[ ![ NPM Download] ( https://img.shields.io/npm/dm/recursive-readdir-files.svg?style=flat )] ( https://www.npmjs.com/package/recursive-readdir-files )
Original file line number Diff line number Diff line change 3
3
"version" : " 2.3.0" ,
4
4
"description" : " Node.js module to list all files in a directory or any subdirectories." ,
5
5
"homepage" : " https://jaywcjlove.github.io/recursive-readdir-files/" ,
6
+ "funding" : " https://jaywcjlove.github.io/#/sponsor" ,
6
7
"license" : " MIT" ,
7
8
"sideEffects" : false ,
8
9
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments