ripencli 0.2.1 → 0.2.2
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,7 +50,7 @@ ripen --help
|
|
|
50
50
|
|
|
51
51
|
## How it works
|
|
52
52
|
|
|
53
|
-
1. Reads your `package.json` and checks each dependency against the npm registry directly
|
|
53
|
+
1. Reads your `package.json` and checks each dependency against the npm registry directly
|
|
54
54
|
2. Detects your package manager from the lock file (`pnpm-lock.yaml`, `package-lock.json`, or `yarn.lock`) for running updates
|
|
55
55
|
3. Shows outdated packages in a colorful interactive list
|
|
56
56
|
4. Press `v` on any package to pick a specific version from the npm registry
|