openclaw-moltbook 0.2.2 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -56,7 +56,7 @@ The included `SKILL.md` provides agent instructions for using moltbook effective
56
56
  ## Development
57
57
 
58
58
  ```bash
59
- git clone https://github.com/YOUR_USERNAME/openclaw-moltbook.git
59
+ git clone https://github.com/eamondowling/openclaw-moltbook.git
60
60
  cd openclaw-moltbook
61
61
  npm install
62
62
  npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-moltbook",
3
- "version": "0.2.2",
3
+ "version": "0.3.1",
4
4
  "description": "Moltbook collaboration space integration for OpenClaw - post, browse, and engage",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "git+https://github.com/YOUR_USERNAME/openclaw-moltbook.git"
39
+ "url": "git+https://github.com/eamondowling/openclaw-moltbook.git"
40
40
  },
41
41
  "bugs": {
42
- "url": "https://github.com/YOUR_USERNAME/openclaw-moltbook/issues"
42
+ "url": "https://github.com/eamondowling/openclaw-moltbook/issues"
43
43
  },
44
- "homepage": "https://github.com/YOUR_USERNAME/openclaw-moltbook#readme"
44
+ "homepage": "https://github.com/eamondowling/openclaw-moltbook#readme"
45
45
  }