@xaidenlabs/uso 1.0.0 → 1.0.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 -2
package/README.md CHANGED
@@ -94,4 +94,4 @@ If you don't want these tools anymore, USO can clean up for you.
94
94
 
95
95
  ---
96
96
 
97
- **Made with ❤️ for You.**
97
+ **Made with ❤️ for You.**# cli-
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@xaidenlabs/uso",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Universal Solana Orchestrator - A one-command setup tool for Solana and Anchor development environments on Windows, macOS, and Linux.",
5
5
  "bin": {
6
- "uso": "./bin/index.js"
6
+ "uso": "bin/index.js"
7
7
  },
8
8
  "scripts": {
9
9
  "test": "echo \"Error: no test specified\" && exit 1"