Skip to content

Commit

Permalink
fix(string-helpers): Wrong typesVersions declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored and ggazzo committed May 18, 2021
1 parent 6d65343 commit 256758c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/string-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"types": "dist/ts3.4/index.d.ts",
"typesVersions": {
"<4.1": {
">=4.1": {
"*": [
"dist/ts3.4/*"
"dist/esm/*"
]
}
},
Expand Down

0 comments on commit 256758c

Please sign in to comment.