Skip to content

Commit a0b9ca4

Browse files
authored
Fix parcel targets
1 parent 100a946 commit a0b9ca4

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

package.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hollowdb-prover",
33
"description": "Zero-knowledge proof generator utiity for HollowDB",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"author": "FirstBatch Team <[email protected]>",
66
"contributors": [
77
"Erhan Tezcan <[email protected]>"
@@ -41,19 +41,13 @@
4141
"targets": {
4242
"cjs": {
4343
"outputFormat": "commonjs",
44-
"isLibrary": false,
45-
"context": "node",
46-
"scopeHoist": false,
47-
"includeNodeModules": false,
48-
"optimize": false
44+
"isLibrary": true,
45+
"context": "node"
4946
},
5047
"mjs": {
5148
"outputFormat": "esmodule",
52-
"isLibrary": false,
53-
"context": "node",
54-
"scopeHoist": false,
55-
"includeNodeModules": false,
56-
"optimize": false
49+
"isLibrary": true,
50+
"context": "node"
5751
}
5852
},
5953
"engines": {

0 commit comments

Comments
 (0)