File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 20.11.1
19
- registry-url : https://npm.pkg.github.com/
19
+ registry-url : https://registry.npmjs.org
20
20
- run : npm ci
21
21
- run : npm install
22
- - run : npm publish
22
+ - run : npm publish --access public
23
23
env :
24
- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN }}
24
+ NODE_AUTH_TOKEN : ${{secrets.NPM_PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @slax-lab/readability" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " A standalone version of the readability library used for Firefox Reader View." ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
12
12
},
13
13
"repository" : {
14
14
"type" : " git" ,
15
- "url" : " https://github.com/mozilla /readability"
15
+ "url" : " https://github.com/slax-lab /readability"
16
16
},
17
17
"author" : " " ,
18
18
"license" : " Apache-2.0" ,
19
19
"bugs" : {
20
- "url" : " https://github.com/mozilla /readability/issues"
20
+ "url" : " https://github.com/slax-lab /readability/issues"
21
21
},
22
22
"engines" : {
23
23
"node" : " >=14.0.0"
24
24
},
25
- "homepage" : " https://github.com/mozilla /readability" ,
25
+ "homepage" : " https://github.com/slax-lab /readability" ,
26
26
"devDependencies" : {
27
27
"@release-it/keep-a-changelog" : " 5.0.0" ,
28
28
"chai" : " 4.3.7" ,
You can’t perform that action at this time.
0 commit comments