Skip to content

Commit

Permalink
package.json: add side effects false
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jul 12, 2023
1 parent 0271719 commit 4cb4bb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"type": "module",
"browser": {
"crypto": false
}
"sideEffects": false
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"prettier": "2.8.4",
"typescript": "5.0.2"
},
"sideEffects": false,
"author": "Paul Miller (https://paulmillr.com)",
"homepage": "https://paulmillr.com/",
"homepage": "https://paulmillr.com/noble/#scure",
"repository": {
"type": "git",
"url": "https://github.com/paulmillr/scure-bip32.git"
Expand Down

0 comments on commit 4cb4bb4

Please sign in to comment.