Publish to public npm registry

This commit is contained in:
BillyOutlast
2026-03-25 21:28:10 -05:00
parent 417d57819b
commit bef28568f5
+2 -2
View File
@@ -20,8 +20,8 @@
"type": "module",
"main": "index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"directory": "."
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"preinstall": "echo 'Note: This package patches openclaw. Install openclaw first: npm install openclaw'",