Skip to content

Commit

Permalink
chore: bump to 0.0.2, change field position
Browse files Browse the repository at this point in the history
  • Loading branch information
tanlethanh committed Sep 12, 2024
1 parent fed4ae9 commit 1fc6c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@tanle/shamirs-secret-sharing",
"version": "0.0.1",
"version": "0.0.2",
"description": "A JS/TS implementation of Shamir's Secret Sharing in a finite field GF(2^8)",
"author": "Tan Le",
"license": "MIT",
"repository": {
"url": "git+https://github.com/tanlethanh/shamirs-secret-sharing.git"
},
Expand Down Expand Up @@ -49,7 +51,5 @@
"**/src/**/*.test.ts"
]
},
"author": "Tan Le",
"license": "MIT",
"packageManager": "[email protected]"
}

0 comments on commit 1fc6c6a

Please sign in to comment.