Skip to content

Commit 0c356c1

Browse files
committed
add typescript types
1 parent 8e10c8e commit 0c356c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "httpsms",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Client for the httpSMS API",
55
"license": "MIT",
66
"funding": "https://github.com/sponsors/NdoleStudio",
@@ -15,6 +15,7 @@
1515
"types": "./dist/index.d.ts",
1616
"default": "./dist/index.js"
1717
},
18+
"types": "./dist/index.d.ts",
1819
"engines": {
1920
"node": ">=16"
2021
},

0 commit comments

Comments
 (0)