@kitschpatrol/snip 0.0.3 → 0.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 (2) hide show
  1. package/dist/cli.js +12 -12
  2. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/snip",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "A CLI tool for snippet management.",
6
6
  "repository": {
@@ -75,8 +75,7 @@
75
75
  "clean": "rimraf ./pnpm-lock.yaml ; git clean -fdX",
76
76
  "fix": "pnpm shared-config --fix",
77
77
  "lint": "pnpm shared-config --lint",
78
- "prebuild": "jq '{command: .bin | keys[], version, description}' package.json > ./src/generated/package-info.json",
79
- "release": "pnpm run build && pnpm bumpp --commit 'Release: %s' && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
78
+ "release": "pnpm bumpp --commit 'Release: %s' && pnpm build && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
80
79
  "start": "node ./dist/cli.js",
81
80
  "test": "vitest",
82
81
  "update-language-data": "tsx ./scripts/update-vscode-language-data.ts"