Skip to content

Commit 8718244

Browse files
committed
fix: remove type declaration in package.json
1 parent cd29026 commit 8718244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wolfpackthatcodes/http-client",
33
"description": "An expressive, minimal wrapper around the Fetch() API allowing you to quickly make HTTP requests.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"license": "MIT",
66
"homepage": "https://github.com/wolfpackthatcodes/typescript-http-client",
77
"repository": {
@@ -23,7 +23,6 @@
2323
"type": "module",
2424
"main": "./dist/index.umd.cjs",
2525
"module": "./dist/index.js",
26-
"types": "./dist/index.d.ts",
2726
"exports": {
2827
".": {
2928
"import": "./dist/index.js",

0 commit comments

Comments
 (0)