Skip to content

Commit b606160

Browse files
authored
feat: delete garfish pkg global name (#538)
1 parent c285c0b commit b606160

File tree

4 files changed

+1776
-1855
lines changed

4 files changed

+1776
-1855
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,10 @@
9797
"packageManager": "[email protected]",
9898
"engines": {
9999
"node": ">=16.14.0"
100+
},
101+
"pnpm": {
102+
"overrides": {
103+
"esbuild": "0.14.22"
104+
}
100105
}
101106
}

packages/garfish/tsup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import pkg from './package.json';
22
import { baseTsup } from '../../tsup.config';
33

44
export const tsup = {
5-
...baseTsup(pkg),
5+
...baseTsup(pkg, true),
66
format: ['esm', 'cjs', 'iife'],
77
};

0 commit comments

Comments
 (0)