Skip to content

Commit 714625f

Browse files
authored
fix: publish types (#396)
1 parent 51cdcfa commit 714625f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"license": "MIT",
66
"repository": "terkelg/prompts",
77
"main": "index.js",
8+
"types": "index.d.ts",
89
"author": {
910
"name": "Terkel Gjervig",
1011
"email": "[email protected]",
1112
"url": "https://terkel.com"
1213
},
1314
"files": [
1415
"lib",
16+
"index.d.ts",
1517
"index.js"
1618
],
1719
"scripts": {

0 commit comments

Comments
 (0)