We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1084ff6 commit 90baf00Copy full SHA for 90baf00
1 file changed
package.json
@@ -33,7 +33,7 @@
33
"source": "src/index.js",
34
"types": "dist/index.d.ts",
35
"sideEffects": false,
36
- "packageManager": "pnpm@10.18.0",
+ "packageManager": "pnpm@10.30.0",
37
"scripts": {
38
"build": "npm run build:types && npm run build:js",
39
"build:types": "tsc --declaration --emitDeclarationOnly -p tsconfig.json && cp dist/index.d.ts dist/index.d.cts && cp dist/index.d.ts.map dist/index.d.dts.map",
0 commit comments