Skip to content

Commit 4a07c60

Browse files
committed
repository
1 parent 91c9b97 commit 4a07c60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-context-tc39",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "AsyncContext (implementation for TC39)",
55
"type": "module",
66
"main": "index.js",
@@ -12,6 +12,10 @@
1212
"test": "vitest run"
1313
},
1414
"author": "Artem Elkin",
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/artelk/async-context-tc39.git"
18+
},
1519
"license": "MIT",
1620
"keywords": [
1721
"async-context",

0 commit comments

Comments
 (0)