Skip to content

Commit 52b6c8d

Browse files
committed
chore: update package.json to include pnpm configuration
- Added pnpm configuration to specify only built dependencies for esbuild in package.json, enhancing dependency management.
1 parent c073a03 commit 52b6c8d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@
5252
"test": "vitest run",
5353
"publish": "npm publish"
5454
},
55-
"types": "dist/index.d.ts"
55+
"types": "dist/index.d.ts",
56+
"pnpm": {
57+
"onlyBuiltDependencies": ["esbuild"]
58+
}
5659
}

0 commit comments

Comments
 (0)