Skip to content

Commit 083b694

Browse files
committed
specify that it is browser compatible
1 parent cc80c38 commit 083b694

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"main": "./dist/src/index.js",
66
"module": "./dist/src/index.js",
77
"types": "./dist/src/index.d.ts",
8+
"browser": "./dist/src/index.js",
9+
"sideEffects": false,
810
"repository": {
911
"type": "git",
1012
"url": "git+https://github.com/citizenwallet/js-sdk.git"
@@ -78,4 +80,4 @@
7880
"require": "./dist/src/index.js"
7981
}
8082
}
81-
}
83+
}

0 commit comments

Comments
 (0)