@ifi/oh-pi-prompts 0.4.2 → 0.5.0

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 -0
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -5,6 +5,7 @@ Prompt templates for pi.
5
5
  ## Included prompts
6
6
 
7
7
  This package contains reusable prompt templates such as:
8
+
8
9
  - review
9
10
  - fix
10
11
  - explain
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@ifi/oh-pi-prompts",
3
- "version": "0.4.2",
3
+ "version": "0.5.0",
4
4
  "description": "Prompt templates for pi: review, fix, explain, refactor, test, commit, and more.",
5
5
  "keywords": [
6
6
  "pi-package"
7
7
  ],
8
- "pi": {
9
- "prompts": [
10
- "./prompts"
11
- ]
8
+ "homepage": "https://github.com/ifiokjr/oh-pi/tree/main/packages/prompts",
9
+ "bugs": {
10
+ "url": "https://github.com/ifiokjr/oh-pi/issues"
12
11
  },
13
- "files": [
14
- "prompts",
15
- "README.md"
16
- ],
17
12
  "license": "MIT",
18
13
  "repository": {
19
14
  "type": "git",
20
15
  "url": "git+https://github.com/ifiokjr/oh-pi.git",
21
16
  "directory": "packages/prompts"
22
17
  },
23
- "homepage": "https://github.com/ifiokjr/oh-pi/tree/main/packages/prompts",
24
- "bugs": {
25
- "url": "https://github.com/ifiokjr/oh-pi/issues"
18
+ "files": [
19
+ "prompts",
20
+ "README.md"
21
+ ],
22
+ "pi": {
23
+ "prompts": [
24
+ "./prompts"
25
+ ]
26
26
  }
27
27
  }