Skip to content

Commit 256758c

Browse files
tassoevanggazzo
authored andcommitted
fix(string-helpers): Wrong typesVersions declaration
1 parent 6d65343 commit 256758c

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/esm/index.d.ts",
25+
"types": "dist/ts3.4/index.d.ts",
2626
"typesVersions": {
27-
"<4.1": {
27+
">=4.1": {
2828
"*": [
29-
"dist/ts3.4/*"
29+
"dist/esm/*"
3030
]
3131
}
3232
},

0 commit comments

Comments
 (0)