Skip to content

Commit

Permalink
clean package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayzac committed Aug 17, 2024
1 parent 9f27f4f commit 7cb0751
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/utils-digest/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@jcayzac/utils-digest",
"type": "module",
"version": "0.1.5",
"packageManager": "pnpm@9.7.1",
"version": "0.1.6",
"description": "SHA-256 digest of an Uint8Array or Buffer, as a hexadecimal string.",
"author": "Julien Cayzac",
"license": "MIT",
Expand All @@ -15,7 +14,6 @@
},
"bugs": "https://github.com/jcayzac/copepod-modules/issues",
"keywords": ["digest", "buffer", "uint8array", "sha-256", "sha256", "hex", "hexadecimal"],

"sideEffects": false,
"exports": {
".": {
Expand Down

0 comments on commit 7cb0751

Please sign in to comment.