Skip to content

Commit

Permalink
4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Feb 11, 2022
1 parent 2908b2f commit db745e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "undici",
"version": "4.14.0",
"version": "4.14.1",
"description": "An HTTP/1.1 client, written from scratch for Node.js",
"homepage": "https://undici.nodejs.org",
"bugs": {
Expand Down Expand Up @@ -110,7 +110,9 @@
"directory": "test/types",
"compilerOptions": {
"esModuleInterop": true,
"lib": ["esnext"]
"lib": [
"esnext"
]
}
}
}

0 comments on commit db745e4

Please sign in to comment.