create-apppaaaul 2.0.4 → 2.0.5

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-apppaaaul",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Create projects as paaauldev would",
5
5
  "main": "index.mjs",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "build": "tsup",
31
31
  "start": "node dist/index.js",
32
32
  "dev": "tsup --watch",
33
- "bump": "pnpm run build && pnpm version patch && git tag latest --force && git push origin main --tags --force && pnpm publish --tag latest --force"
33
+ "bump": "pnpm run build && pnpm version patch && git tag latest --force && git push origin main --tags --force && npm publish --tag latest --force"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^20.17.27",