Skip to content

Commit 65651c1

Browse files
committed
Use official npm registry for package management
- Update npm registry to official source for improved package availability and reliability. - Ensure compatibility with standard npm workflows by removing GitHub packages integration. Signed-off-by: katsumata <12413150+winor30@users.noreply.github.com>
1 parent c07a9d0 commit 65651c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"access": "public",
2121
"publishConfig": {
22-
"registry": "https://npm.pkg.github.com",
22+
"registry": "https://registry.npmjs.org",
2323
"access": "public"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)