Skip to content

Commit c8bbfdb

Browse files
fix: bump template packageManager to [email protected]
1 parent ca93293 commit c8bbfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steps/writing/creation/writePackageJson.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function writePackageJson(options: Options) {
5757
},
5858
main: "./lib/index.js",
5959
name: options.repository,
60-
packageManager: "pnpm@8.5.0",
60+
packageManager: "pnpm@8.7.0",
6161
publishConfig: {
6262
provenance: true,
6363
},

0 commit comments

Comments
 (0)