Skip to content

Commit

Permalink
move to optionalDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR authored and ljharb committed Nov 15, 2024
1 parent 0de5c74 commit c1c265e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"homepage": "https://github.com/crypto-browserify/createHash",
"dependencies": {
"@noble/hashes": "^1.3.3",
"cipher-base": "^1.0.4",
"hash-base": "=3.0.3",
"inherits": "^2.0.4",
Expand All @@ -34,6 +33,9 @@
"ripemd160": "^2.0.2",
"sha.js": "^2.4.11"
},
"optionalDependencies": {
"@noble/hashes": "^1.3.3"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.1",
"eslint": "=8.8.0",
Expand Down

0 comments on commit c1c265e

Please sign in to comment.