@crossdelta/platform-sdk 0.2.2 → 0.2.4

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 (3) hide show
  1. package/README.md +1 -0
  2. package/bin/cli.js +122 -122
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,7 @@
18
18
 
19
19
  ```bash
20
20
  npm install -g @crossdelta/platform-sdk
21
+
21
22
  # or
22
23
  bun add -g @crossdelta/platform-sdk
23
24
  ```