summaryrefslogtreecommitdiff
path: root/packages/taler-util/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/package.json')
-rw-r--r--packages/taler-util/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/taler-util/package.json b/packages/taler-util/package.json
index 33942abf6..3d92c7610 100644
--- a/packages/taler-util/package.json
+++ b/packages/taler-util/package.json
@@ -7,7 +7,9 @@
},
"module": "./lib/index.node.js",
"main": "./lib/index.node.js",
- "browser": "./lib/index.browser.js",
+ "browser": {
+ "./lib/index.node.js": "./lib/index.browser.js"
+ },
"type": "module",
"types": "./lib/index.node.d.ts",
"typesVersions": {