Skip to content

Commit

Permalink
add typescript types
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jan 21, 2024
1 parent 8e10c8e commit 0c356c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "httpsms",
"version": "0.0.2",
"version": "0.0.3",
"description": "Client for the httpSMS API",
"license": "MIT",
"funding": "https://github.com/sponsors/NdoleStudio",
Expand All @@ -15,6 +15,7 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"engines": {
"node": ">=16"
},
Expand Down

0 comments on commit 0c356c1

Please sign in to comment.