Skip to content

Commit de5f688

Browse files
author
AJ ONeal
committed
fix: set package.json.browser.crypto = false for bundlers
1 parent 6ac76c3 commit de5f688

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.1.0",
44
"description": "Bitcoin BIP32 hierarchical deterministic keys",
55
"main": "lib/hdkey.js",
6+
"browser": {
7+
"crypto": false
8+
},
69
"repository": {
710
"type": "git",
811
"url": "git://github.com/cryptocoinjs/hdkey"

0 commit comments

Comments
 (0)