Skip to content

Commit e311a75

Browse files
committed
fix: exclude tslint.json from package
1 parent 3b62885 commit e311a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"files": [
3737
"client.js",
3838
"lib/",
39-
"typings/",
39+
"typings/index.d.ts",
4040
"README.md",
4141
"LICENSE"
4242
],

0 commit comments

Comments
 (0)