Skip to content

Commit fae762b

Browse files
committed
fix: including tsyringe dependency in pkg assets
The directory structure of `tsyringe` is slightly odd, so it's not automatically included by pkg.
1 parent fcc0779 commit fae762b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"pkg": {
5252
"assets": [
5353
"dist/**/*.json",
54-
"node_modules/tslib/**/*.js"
54+
"node_modules/tslib/**/*.js",
55+
"node_modules/tsyringe/**/*.js"
5556
],
5657
"scripts": [
5758
"dist/workers/polykeyWorker.js",

0 commit comments

Comments
 (0)