Skip to content

Commit

Permalink
Point to npmjs.org registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapang committed Dec 6, 2023
1 parent 96bd14e commit 511221b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://npm.pkg.github.com/
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"node": ">=16"
},
"publishConfig": {
"@ctapang:registry": "https://npm.pkg.github.com"
"@ctapang:registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down

0 comments on commit 511221b

Please sign in to comment.