Skip to content

Commit c57939f

Browse files
committed
fix ts before publish
1 parent 39e0000 commit c57939f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Typescript SDK for GetTestMail",
55
"main": "dist/index.js",
6-
"types": "dist/client.d.ts",
6+
"types": "dist/index.d.ts",
77
"scripts": {
88
"clean": "rm -rf dist/*",
99
"build": "tsc"
@@ -18,12 +18,15 @@
1818
"GetTestMail",
1919
"typescript"
2020
],
21-
"author": "GetTestMail",
21+
"author": "neurocode I/O GmbH <info@neurocode.io>",
22+
"files": [
23+
"dist/"
24+
],
2225
"license": "MIT",
2326
"bugs": {
2427
"url": "https://github.com/GetTestMail/typescript-sdk/issues"
2528
},
26-
"homepage": "https://github.com/GetTestMail/typescript-sdk#readme",
29+
"homepage": "https://github.com/GetTestMail/typescript-sdk#README.md",
2730
"devDependencies": {
2831
"typescript": "5.0.4"
2932
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
]
1616
},
1717
"include": [
18+
"index.ts",
1819
"lib/**/*"
1920
],
2021
"exclude": [

0 commit comments

Comments
 (0)