We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c9b97 commit 4a07c60Copy full SHA for 4a07c60
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "async-context-tc39",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "AsyncContext (implementation for TC39)",
5
"type": "module",
6
"main": "index.js",
@@ -12,6 +12,10 @@
12
"test": "vitest run"
13
},
14
"author": "Artem Elkin",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/artelk/async-context-tc39.git"
18
+ },
19
"license": "MIT",
20
"keywords": [
21
"async-context",
0 commit comments