nightytidy 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 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,17 +13,11 @@ Built for vibe coders and small teams who want production-grade code quality wit
13
13
 
14
14
  ## Installation
15
15
 
16
- ```bash
17
- npm install -g nightytidy
18
- ```
19
-
20
- Or run directly without installing:
21
-
22
16
  ```bash
23
17
  npx nightytidy
24
18
  ```
25
19
 
26
- No build stepplain JavaScript ESM, runs directly.
20
+ No install needed`npx` downloads and runs it directly.
27
21
 
28
22
  ## Quick Start
29
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nightytidy",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Automated overnight codebase improvement through Claude Code",
5
5
  "license": "MIT",
6
6
  "author": "Dorian Spitz",