Skip to content

Commit 0050dc4

Browse files
committed
chore: fix invalid packagemanager
1 parent 0b82f84 commit 0050dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "commitlint-config-unjs",
33
"type": "module",
44
"version": "1.0.0",
5-
"packageManager": "^pnpm@8.1.0",
5+
"packageManager": "pnpm@8.1.0",
66
"description": "A commitlint config for unjs's changelogen tool",
77
"author": "John Campion",
88
"license": "MIT",

0 commit comments

Comments
 (0)