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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 — no dependency on any package manager's `outdated` command
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ripencli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Interactive dependency updater for npm, pnpm, and yarn",
5
5
  "license": "MIT",
6
6
  "author": {