Skip to content

Commit 9f347f0

Browse files
committed
1.0.3
1 parent 00e7f11 commit 9f347f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p-queue-ts",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Priority Queue implemented using Heap",
55
"main": "dist/index.js",
66
"typings": "typing/priority-queue.d.ts",
@@ -17,12 +17,12 @@
1717
],
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/davidnguyen179/priority-queue.git"
20+
"url": "https://github.com/davidnguyen179/p-queue-ts.git"
2121
},
2222
"bugs": {
23-
"url": "https://github.com/davidnguyen179/priority-queue/issues"
23+
"url": "https://github.com/davidnguyen179/p-queue-ts/issues"
2424
},
25-
"homepage": "https://github.com/davidnguyen179/priority-queue/issues/blob/master/README.md",
25+
"homepage": "https://github.com/davidnguyen179/p-queue-ts/issues/blob/master/README.md",
2626
"keywords": [
2727
"priority queue",
2828
"js module",

0 commit comments

Comments
 (0)