create-pnpm-custom-app 1.0.2 → 1.0.3

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 +2 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -19,6 +19,8 @@
19
19
 
20
20
  ### Recommended: Use npx (always latest version)
21
21
 
22
+ [![npm version](https://img.shields.io/npm/v/create-pnpm-custom-app.svg)](https://www.npmjs.com/package/create-pnpm-custom-app)
23
+
22
24
  ```bash
23
25
  npx create-pnpm-custom-app@latest my-project
24
26
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pnpm-custom-app",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A professional CLI to scaffold full-stack monorepo projects with Next.js, Fastify, and pnpm workspaces",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,6 +32,14 @@
32
32
  "ora": "^8.1.1",
33
33
  "prompts": "^2.4.2"
34
34
  },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/pelayotrives/create-pnpm-custom-app"
38
+ },
39
+ "homepage": "https://github.com/pelayotrives/create-pnpm-custom-app#readme",
40
+ "bugs": {
41
+ "url": "https://github.com/pelayotrives/create-pnpm-custom-app/issues"
42
+ },
35
43
  "files": [
36
44
  "bin",
37
45
  "templates"