Skip to content

Commit 10011d7

Browse files
committed
Fix package json for publishing into npm
1 parent e60ae0b commit 10011d7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/transaction-decoder/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,12 @@
5757
"vite": "4.4.9",
5858
"vite-tsconfig-paths": "4.2.0",
5959
"vitest": "0.34.2"
60-
}
60+
},
61+
"publishConfig": {
62+
"access": "public"
63+
},
64+
"engines": {
65+
"node": ">=18.16"
66+
},
67+
"sideEffects": false
6168
}

0 commit comments

Comments
 (0)