Skip to content

Commit

Permalink
fix: add types property to package.json
Browse files Browse the repository at this point in the history
closes #133
  • Loading branch information
spaenleh committed Mar 3, 2022
1 parent af2487b commit 414ce17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"types": "dist/src/index.d.ts",
"dependencies": {
"axios": "0.24.0",
"http-status-codes": "2.2.0",
Expand Down

0 comments on commit 414ce17

Please sign in to comment.