We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91fa9c commit b2e7fdcCopy full SHA for b2e7fdc
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"type": "module",
4
"version": "0.2.1",
5
"private": true,
6
- "packageManager": "pnpm@8.1.0",
+ "packageManager": "pnpm@8.2.0",
7
"description": "Starter repo for Typescript projects and NPM packages",
8
"author": "John Campion",
9
"license": "MIT",
@@ -40,7 +40,7 @@
40
"lint": "eslint .",
41
"lint:fix": "eslint . --fix",
42
"format": "prettier --check --write .",
43
- "postinstall": "npx simple-git-hooks",
+ "prepare": "npx simple-git-hooks",
44
"test": "vitest run",
45
"release": "changelogen --release --push && pnpm publish",
46
"release:minor": "changelogen --release --minor --push && pnpm publish",
0 commit comments