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 1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : 20.11.1
19- registry-url : https://npm.pkg.github.com/
19+ registry-url : https://registry.npmjs.org
2020 - run : npm ci
2121 - run : npm install
22- - run : npm publish
22+ - run : npm publish --access public
2323 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 11{
22 "name" : " @slax-lab/readability" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.6.2 " ,
44 "description" : " A standalone version of the readability library used for Firefox Reader View." ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
1212 },
1313 "repository" : {
1414 "type" : " git" ,
15- "url" : " https://github.com/mozilla /readability"
15+ "url" : " https://github.com/slax-lab /readability"
1616 },
1717 "author" : " " ,
1818 "license" : " Apache-2.0" ,
1919 "bugs" : {
20- "url" : " https://github.com/mozilla /readability/issues"
20+ "url" : " https://github.com/slax-lab /readability/issues"
2121 },
2222 "engines" : {
2323 "node" : " >=14.0.0"
2424 },
25- "homepage" : " https://github.com/mozilla /readability" ,
25+ "homepage" : " https://github.com/slax-lab /readability" ,
2626 "devDependencies" : {
2727 "@release-it/keep-a-changelog" : " 5.0.0" ,
2828 "chai" : " 4.3.7" ,
You can’t perform that action at this time.
0 commit comments