Skip to content

Commit

Permalink
Fix parcel targets
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant authored Feb 16, 2024
1 parent 100a946 commit a0b9ca4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hollowdb-prover",
"description": "Zero-knowledge proof generator utiity for HollowDB",
"version": "0.1.5",
"version": "0.1.6",
"author": "FirstBatch Team <[email protected]>",
"contributors": [
"Erhan Tezcan <[email protected]>"
Expand Down Expand Up @@ -41,19 +41,13 @@
"targets": {
"cjs": {
"outputFormat": "commonjs",
"isLibrary": false,
"context": "node",
"scopeHoist": false,
"includeNodeModules": false,
"optimize": false
"isLibrary": true,
"context": "node"
},
"mjs": {
"outputFormat": "esmodule",
"isLibrary": false,
"context": "node",
"scopeHoist": false,
"includeNodeModules": false,
"optimize": false
"isLibrary": true,
"context": "node"
}
},
"engines": {
Expand Down

0 comments on commit a0b9ca4

Please sign in to comment.