mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
refactor: rename to openclaw
This commit is contained in:
1
packages/moltbot/index.js
Normal file
1
packages/moltbot/index.js
Normal file
@@ -0,0 +1 @@
|
||||
export * from "openclaw";
|
||||
19
packages/moltbot/package.json
Normal file
19
packages/moltbot/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "moltbot",
|
||||
"version": "2026.1.27-beta.1",
|
||||
"type": "module",
|
||||
"description": "Compatibility shim that forwards to openclaw",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./cli-entry": "./bin/moltbot.js"
|
||||
},
|
||||
"bin": {
|
||||
"moltbot": "./bin/moltbot.js"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node ./scripts/postinstall.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"openclaw": "workspace:*"
|
||||
}
|
||||
}
|
||||
1
packages/moltbot/scripts/postinstall.js
Normal file
1
packages/moltbot/scripts/postinstall.js
Normal file
@@ -0,0 +1 @@
|
||||
console.warn("moltbot renamed -> openclaw");
|
||||
Reference in New Issue
Block a user