Skip to content

Commit 05ed515

Browse files
committed
1.0.4
1 parent 9f347f0 commit 05ed515

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p-queue-ts",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Priority Queue implemented using Heap",
55
"main": "dist/index.js",
66
"typings": "typing/priority-queue.d.ts",
@@ -22,7 +22,7 @@
2222
"bugs": {
2323
"url": "https://github.com/davidnguyen179/p-queue-ts/issues"
2424
},
25-
"homepage": "https://github.com/davidnguyen179/p-queue-ts/issues/blob/master/README.md",
25+
"homepage": "https://github.com/davidnguyen179/p-queue-ts/blob/master/README.md",
2626
"keywords": [
2727
"priority queue",
2828
"js module",

0 commit comments

Comments
 (0)