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 cd29026 commit 8718244Copy full SHA for 8718244
code/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@wolfpackthatcodes/http-client",
3
"description": "An expressive, minimal wrapper around the Fetch() API allowing you to quickly make HTTP requests.",
4
- "version": "0.1.0",
+ "version": "0.1.1",
5
"license": "MIT",
6
"homepage": "https://github.com/wolfpackthatcodes/typescript-http-client",
7
"repository": {
@@ -23,7 +23,6 @@
23
"type": "module",
24
"main": "./dist/index.umd.cjs",
25
"module": "./dist/index.js",
26
- "types": "./dist/index.d.ts",
27
"exports": {
28
".": {
29
"import": "./dist/index.js",
0 commit comments