Skip to content

Commit 1e6de9d

Browse files
committed
5.0.1
1 parent 236eef6 commit 1e6de9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@datastructures-js/binary-search-tree",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "binary search tree & avl tree (self balancing tree) implementation in javascript",
55
"main": "index.js",
6-
"types":"index.d.ts",
6+
"types": "index.d.ts",
77
"scripts": {
88
"test": "grunt test"
99
},

0 commit comments

Comments
 (0)