Skip to content

Commit 8f566f4

Browse files
committed
Inclue index.d.ts in npm package files list
1 parent efc2c7a commit 8f566f4

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
@@ -14,7 +14,8 @@
1414
"dist",
1515
"src",
1616
"LICENSE",
17-
"yarn.lock"
17+
"yarn.lock",
18+
"index.d.ts"
1819
],
1920
"scripts": {
2021
"build": "BABEL_ENV=production babel --out-dir dist src/",

0 commit comments

Comments
 (0)