Skip to content

Commit 7c9ebd9

Browse files
committed
chore: move to pnpm workspace
1 parent 7173646 commit 7c9ebd9

8 files changed

+3041
-6927
lines changed

package-lock.json

-3,601
This file was deleted.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@
8989
},
9090
"publishConfig": {
9191
"access": "public"
92-
}
92+
},
93+
"packageManager": "[email protected]"
9394
}

playground/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const esbuild = require('esbuild')
2-
const preactIslands = require('../esbuild')
2+
const preactIslands = require('@barelyhuman/preact-island-plugins/esbuild')
33

44
esbuild
55
.build({

0 commit comments

Comments
 (0)