patchpilots 0.1.2 → 0.1.4

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 +3 -3
package/README.md CHANGED
@@ -25,7 +25,7 @@ A team of AI agents that reviews and improves your code automatically.
25
25
  Your code crew is ready. One dev. Seven agents. Zero bugs.
26
26
  ```
27
27
 
28
- **One dev. Six AI agents. Zero excuses.**
28
+ **One dev. Seven AI agents. Zero excuses.**
29
29
 
30
30
  Built for solo developers and hobby projects — when you don't have a team to review your PRs, PatchPilots is your crew.
31
31
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "patchpilots",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A team of AI agents that reviews and improves your code automatically",
5
5
  "type": "module",
6
6
  "bin": {
7
- "patchpilots": "./dist/bin/patchpilots.js"
7
+ "patchpilots": "dist/bin/patchpilots.js"
8
8
  },
9
9
  "main": "./dist/src/index.js",
10
10
  "types": "./dist/src/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "license": "MIT",
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/alavesa/patchpilots.git"
37
+ "url": "git+https://github.com/alavesa/patchpilots.git"
38
38
  },
39
39
  "homepage": "https://github.com/alavesa/patchpilots",
40
40
  "engines": {