Skip to content

Commit f308322

Browse files
chore: add package manager (coder#12551)
Every time I run `pnpm` in the project it adds the package manager attribute on package.json so I just decided to push it since it does not look like an issue and we can make sure everyone is running the same pnpm version.
1 parent 7b081c8 commit f308322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
},
1212
"dependencies": {
1313
"exec": "^0.2.1"
14-
}
14+
},
15+
"packageManager": "pnpm@8.14.0+sha1.bb42032ff80dba5f9245bc1b03470d2fa0b7fb2f"
1516
}

0 commit comments

Comments
 (0)