Skip to content

Commit da400e3

Browse files
committed
fix(bindgen): remove packageManager version from template.package.json
This is likely to get out-of-sync and conflict with the itk-wasm build scripts package.json packageManager pnpm version.
1 parent b448475 commit da400e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/typescript/itk-wasm/src/bindgen/typescript/resources/template.package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "package-name",
33
"version": "0.1.0",
4-
"packageManager": "[email protected]",
54
"description": "",
65
"type": "module",
76
"module": "./dist/index.js",

0 commit comments

Comments
 (0)