Skip to content

Commit

Permalink
Add fields required for JSR
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Min committed Aug 13, 2024
1 parent 15bdd2e commit a7a1417
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "@bonakodo/secp256k1",
"version": "0.5.1",
"exports": "./mod.ts",
"test": {
"include": [
"test/"
Expand All @@ -14,4 +17,4 @@
"secp256k1/"
]
}
}
}

0 comments on commit a7a1417

Please sign in to comment.