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 63449eb commit c23289d
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-client",
"description": "HollowDB client",
"version": "0.2.2",
"version": "0.2.3",
"author": "FirstBatch Team <[email protected]>",
"contributors": [
"Faruk Can Özkan <[email protected]>",
Expand Down Expand Up @@ -42,19 +42,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 c23289d

Please sign in to comment.