We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236eef6 commit 1e6de9dCopy full SHA for 1e6de9d
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "@datastructures-js/binary-search-tree",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "binary search tree & avl tree (self balancing tree) implementation in javascript",
5
"main": "index.js",
6
- "types":"index.d.ts",
+ "types": "index.d.ts",
7
"scripts": {
8
"test": "grunt test"
9
},
0 commit comments