Skip to content

Commit 953187c

Browse files
Add types directory to list of published directories
1 parent b9d0780 commit 953187c

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
@@ -7,7 +7,8 @@
77
"types": "types/index.d.ts",
88
"files": [
99
"bin/",
10-
"dist/"
10+
"dist/",
11+
"types/"
1112
],
1213
"scripts": {
1314
"clean": "rimraf dist",

0 commit comments

Comments
 (0)