Skip to content

Commit

Permalink
Merge pull request #73 from firstbatchxyz/erhant/fix-parcel
Browse files Browse the repository at this point in the history
fix parcel
  • Loading branch information
erhant authored Feb 2, 2024
2 parents 00d0a0d + 1c5ad2a commit d16d366
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,6 +1,6 @@
{
"name": "hollowdb",
"version": "1.4.0",
"version": "1.4.1",
"description": "A decentralized privacy-preserving key-value database",
"license": "MIT",
"homepage": "https://github.com/firstbatchxyz/hollowdb#readme",
Expand All @@ -23,19 +23,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 d16d366

Please sign in to comment.