Skip to content

Commit

Permalink
fix: link for globalThis.fetch
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Reining <[email protected]>
  • Loading branch information
lukas-reining committed Sep 6, 2024
1 parent 18f3906 commit 0009045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
run: npm run publish --access public
run: npm publish --access public
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"build:types": "tsc -p tsconfig.lib.json",
"build:js": "rollup -c",
"build": "npm run build:types && npm run build:js",
"publish": "npm publish --public"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand Down

0 comments on commit 0009045

Please sign in to comment.