Skip to content

Commit 7f76560

Browse files
committed
fix: fix name in package.json
1 parent 97a3b0f commit 7f76560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@badrap/sorted-queue",
2+
"name": "sorted-queue",
33
"version": "0.4.0",
44
"type": "commonjs",
55
"description": "A sorted queue, based on an array-backed binary heap",

0 commit comments

Comments
 (0)