Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks committed Dec 4, 2020
1 parent 6c5abcb commit 05005c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "borsh",
"version": "0.3.0",
"version": "0.3.1",
"description": "Binary Object Representation Serializer for Hashing",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -37,12 +37,12 @@
"@types/node": "^12.7.3",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"bs58": "^4.0.0",
"eslint": "^6.5.1",
"jest": "^26.0.1",
"js-sha256": "^0.9.0",
"jsfuzz": "^1.0.14",
"typescript": "^3.6.2",
"bs58": "^4.0.0",
"js-sha256": "^0.9.0"
"typescript": "^3.6.2"
},
"dependencies": {
"@types/bn.js": "^4.11.5",
Expand Down

0 comments on commit 05005c6

Please sign in to comment.