Skip to content

Commit 5467a9f

Browse files
committed
Fix: Binary heap description
1 parent 47b7fe3 commit 5467a9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data-structures/binary-heap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@humanwhocodes/binary-heap",
3-
"version": "2.0.0",
4-
"description": "A doubly linked list implementation in JavaScript",
3+
"version": "2.0.1",
4+
"description": "A binary heap implementation in JavaScript",
55
"main": "binary-heap.js",
66
"scripts": {
77
"test": "npx mocha ../../../tests/data-structures/binary-heap/binary-heap.js"

0 commit comments

Comments
 (0)