Skip to content

Commit dbcb918

Browse files
committed
fix: include typescript 3.7 itself in typesVersion [skip ci]
1 parent db5abfc commit dbcb918

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
@@ -6,7 +6,7 @@
66
"type": "commonjs",
77
"types": "lib/index.d.ts",
88
"typesVersions": {
9-
"<3.7": {
9+
"<=3.7": {
1010
"lib/*": [
1111
"lib/ts3.7/*"
1212
]

0 commit comments

Comments
 (0)