Skip to content

Commit

Permalink
ci: fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Feb 23, 2024
1 parent 2fdd452 commit e35500c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/package.json
Expand Up @@ -31,6 +31,7 @@
"react-responsive": "^9.0.2"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org"
}
}

0 comments on commit e35500c

Please sign in to comment.