Skip to content

Commit 55301b1

Browse files
authored
Merge pull request #1773 from MasterOdin/patch-3
Do not include typings/test in built package
2 parents 1d8e7e2 + 7aba71c commit 55301b1

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
@@ -38,7 +38,7 @@
3838
],
3939
"files": [
4040
"lib",
41-
"typings",
41+
"typings/mysql",
4242
"index.js",
4343
"index.d.ts",
4444
"promise.js",

0 commit comments

Comments
 (0)