aspect-sync 0.0.6 → 0.0.7

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 +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,12 +86,6 @@ Install globally via npm:
86
86
  npm install -g aspect-sync
87
87
  ```
88
88
 
89
- Or use directly with npx (no installation required):
90
-
91
- ```bash
92
- npx aspect-sync --help
93
- ```
94
-
95
89
  ## Usage
96
90
 
97
91
  ### Basic Command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspect-sync",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "CLI tool to sync files from external services to Aspect via rclone",
5
5
  "main": "dist/index.js",
6
6
  "bin": {