Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit a7685f0

Browse files
Leandro Soaressofiacteixeira
Leandro Soares
authored andcommitted
fix: include d.ts in package.json
1 parent be7cdf1 commit a7685f0

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
@@ -20,7 +20,8 @@
2020
"source": "./src/index.js",
2121
"files": [
2222
"lib",
23-
"es"
23+
"es",
24+
"index.d.ts"
2425
],
2526
"publishConfig": {
2627
"access": "public"

0 commit comments

Comments
 (0)