Skip to content

Commit 05005c6

Browse files
committed
v0.3.1
1 parent 6c5abcb commit 05005c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "borsh",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Binary Object Representation Serializer for Hashing",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -37,12 +37,12 @@
3737
"@types/node": "^12.7.3",
3838
"@typescript-eslint/eslint-plugin": "^2.18.0",
3939
"@typescript-eslint/parser": "^2.18.0",
40+
"bs58": "^4.0.0",
4041
"eslint": "^6.5.1",
4142
"jest": "^26.0.1",
43+
"js-sha256": "^0.9.0",
4244
"jsfuzz": "^1.0.14",
43-
"typescript": "^3.6.2",
44-
"bs58": "^4.0.0",
45-
"js-sha256": "^0.9.0"
45+
"typescript": "^3.6.2"
4646
},
4747
"dependencies": {
4848
"@types/bn.js": "^4.11.5",

0 commit comments

Comments
 (0)