Skip to content

Commit 5725100

Browse files
authored
Merge pull request #843 from martincik/fix/post-install-script-is-broken-for-plugin-node
fix: Include scripts/postinstall.js in the final NPM package
2 parents f2f567d + 7782881 commit 5725100

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/plugin-node/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"main": "dist/index.js",
55
"type": "module",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist",
9+
"scripts",
10+
"package.json",
11+
"LICENSE",
12+
"tsup.config.ts"
13+
],
714
"dependencies": {
815
"@ai16z/eliza": "workspace:*",
916
"@cliqz/adblocker-playwright": "1.34.0",

0 commit comments

Comments
 (0)