obc-cli2 0.2.0 → 0.2.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 +2 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ No API keys. No signup. No config files. Just `npx` and go.
44
44
 
45
45
  ```bash
46
46
  cd your-project
47
- npx obc
47
+ npx obc-cli2
48
48
  ```
49
49
 
50
50
  That's it. The CLI will:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obc-cli2",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "openboard": "./bin/openboard.js"
@@ -27,6 +27,7 @@
27
27
  "dependencies": {
28
28
  "@excalidraw/excalidraw": "^0.18.0",
29
29
  "next": "16.2.1",
30
+ "obc-cli2": "^0.2.0",
30
31
  "react": "19.2.4",
31
32
  "react-dom": "19.2.4"
32
33
  },