File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# These are supported funding model platforms
22
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/magic-input
8- community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9- custom : https://jaywcjlove.github.io/sponsor.html
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/xxx
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 77jobs :
88 build-deploy :
99 runs-on : ubuntu-latest
10+ permissions :
11+ contents : write
12+ id-token : write
1013 steps :
1114 - uses : actions/checkout@v3
1215 - uses : actions/setup-node@v3
1316 with :
14- node-version : 16
17+ node-version : 18
1518 registry-url : ' https://registry.npmjs.org'
1619
1720 - run : npm install
5861
5962
6063 - name : 📦 magic-input publish to NPM
61- run : npm publish
64+ run : npm publish --access public --provenance
6265 continue-on-error : true
6366 env :
6467 NODE_AUTH_TOKEN : ' ${{ secrets.NPM_TOKEN }}'
Original file line number Diff line number Diff line change 11
22# magic-input
33
4-
4+ [ ![ Buy me a coffee ] ( https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee )] ( https://jaywcjlove.github.io/#/sponsor )
55[ ![ Downloads] ( https://img.shields.io/npm/dm/magic-input.svg?style=flat )] ( https://www.npmjs.com/package/magic-input )
66[ ![ CI] ( https://github.com/jaywcjlove/magic-input/actions/workflows/ci.yml/badge.svg )] ( https://github.com/jaywcjlove/magic-input/actions/workflows/ci.yml )
77
Original file line number Diff line number Diff line change 33 "version" : " 2.0.0" ,
44 "description" : " CSS3 Styles for Checkbox and Radio Button inputs look prettier." ,
55 "homepage" : " https://jaywcjlove.github.io/magic-input" ,
6+ "funding" : " https://jaywcjlove.github.io/#/sponsor" ,
67 "main" : " index.js" ,
78 "scripts" : {
89 "test" : " echo \" Error: no test specified\" && exit 1" ,
You can’t perform that action at this time.
0 commit comments