Skip to content

Commit d16d366

Browse files
authored
Merge pull request #73 from firstbatchxyz/erhant/fix-parcel
fix parcel
2 parents 00d0a0d + 1c5ad2a commit d16d366

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,6 +1,6 @@
11
{
22
"name": "hollowdb",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "A decentralized privacy-preserving key-value database",
55
"license": "MIT",
66
"homepage": "https://github.com/firstbatchxyz/hollowdb#readme",
@@ -23,19 +23,13 @@
2323
"targets": {
2424
"cjs": {
2525
"outputFormat": "commonjs",
26-
"isLibrary": false,
27-
"context": "node",
28-
"scopeHoist": false,
29-
"includeNodeModules": false,
30-
"optimize": false
26+
"isLibrary": true,
27+
"context": "node"
3128
},
3229
"mjs": {
3330
"outputFormat": "esmodule",
34-
"isLibrary": false,
35-
"context": "node",
36-
"scopeHoist": false,
37-
"includeNodeModules": false,
38-
"optimize": false
31+
"isLibrary": true,
32+
"context": "node"
3933
}
4034
},
4135
"engines": {

0 commit comments

Comments
 (0)