Skip to content

Commit dcaf620

Browse files
Shinigami92mshima
andauthored
add back typesVersions for Node10
Co-authored-by: Marcelo Shima <[email protected]>
1 parent c825d3f commit dcaf620

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@
3232
"type": "module",
3333
"main": "dist/index.cjs",
3434
"module": "dist/index.js",
35+
"typesVersions": {
36+
">=5.0": {
37+
".": [
38+
"./dist/index.d.ts"
39+
],
40+
"locale/*": [
41+
"./dist/locale/*.d.ts"
42+
]
43+
}
44+
},
3545
"exports": {
3646
".": {
3747
"require": {

0 commit comments

Comments
 (0)