@hyprcart/create-app 1.0.1 → 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Bootstrap a standalone Hyprcart app project.
4
4
 
5
- After the public npm release is published, run:
5
+ Run:
6
6
 
7
7
  ```bash
8
8
  npm create @hyprcart/app@latest reviews-badge -- --template storefront-block
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyprcart/create-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Bootstrap a standalone Hyprcart app project.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@hyprcart/cli": "1.0.1"
28
+ "@hyprcart/cli": "1.0.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.10.5",