Skip to content

Commit e393d98

Browse files
authored
fix(string-helpers): typesVersions (#469)
1 parent ce48ca9 commit e393d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/string-helpers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"main": "dist/cjs/index.js",
2424
"module": "dist/esm/index.js",
25-
"types": "dist/ts3.4/index.d.ts",
25+
"types": "dist/esm/index.d.ts",
2626
"typesVersions": {
27-
">=4.1": {
27+
"<4.1": {
2828
"*": [
29-
"dist/esm/*"
29+
"dist/ts3.4/*"
3030
]
3131
}
3232
},

0 commit comments

Comments
 (0)