Skip to content

Commit b31cc9f

Browse files
committed
Files field corrected in package.json
1 parent a32a91c commit b31cc9f

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
@@ -31,7 +31,8 @@
3131
"main": "dist/index.js",
3232
"types": "dist/index.d.ts",
3333
"files": [
34-
"dist/src"
34+
"dist/src",
35+
"dist/index.*"
3536
],
3637
"scripts": {
3738
"compile": "tsc --build tsconfig.json",

0 commit comments

Comments
 (0)