Skip to content

Commit 4f54c83

Browse files
committed
v1.3.4
1 parent 9416ad5 commit 4f54c83

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tinyld",
33
"description": "Simple and Performant Language detection library (pure JS and zero dependencies)",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"license": "MIT",
66
"exports": {
77
"./light": {
@@ -25,9 +25,15 @@
2525
},
2626
"typesVersions": {
2727
"*": {
28-
"light": ["./dist/tinyld.light.node.d.ts"],
29-
"heavy": ["./dist/tinyld.heavy.node.d.ts"],
30-
"*": ["./dist/tinyld.normal.node.d.ts"]
28+
"light": [
29+
"./dist/tinyld.light.node.d.ts"
30+
],
31+
"heavy": [
32+
"./dist/tinyld.heavy.node.d.ts"
33+
],
34+
"*": [
35+
"./dist/tinyld.normal.node.d.ts"
36+
]
3137
}
3238
},
3339
"bin": {

0 commit comments

Comments
 (0)