Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luana Takeishi authored and kossnocorp committed Jun 13, 2024
1 parent d6bf593 commit 529d939
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5479,6 +5479,16 @@
"default": "./locale/fi.mjs"
}
},
"./locale/fil": {
"require": {
"types": "./locale/fil.d.ts",
"default": "./locale/fil.js"
},
"import": {
"types": "./locale/fil.d.mts",
"default": "./locale/fil.mjs"
}
},
"./locale/fr": {
"require": {
"types": "./locale/fr.d.ts",
Expand Down Expand Up @@ -5959,6 +5969,16 @@
"default": "./locale/sv.mjs"
}
},
"./locale/sw-TZ": {
"require": {
"types": "./locale/sw-TZ.d.ts",
"default": "./locale/sw-TZ.js"
},
"import": {
"types": "./locale/sw-TZ.d.mts",
"default": "./locale/sw-TZ.mjs"
}
},
"./locale/ta": {
"require": {
"types": "./locale/ta.d.ts",
Expand Down Expand Up @@ -6084,7 +6104,7 @@
"test": "vitest run",
"lint": "eslint .",
"types": "tsc --noEmit",
"locale-snapshots": "env TZ=utc tsx ./scripts/build/localeSnapshots/index.ts",
"locale-snapshots": "env TZ=utc node --no-warnings=ExperimentalWarning --import tsx ./scripts/build/localeSnapshots/index.ts",
"stats": "cloc . --exclude-dir=node_modules,lib,examples,tmp,.git --exclude-ext=yaml,yml,json,svg,xml"
},
"devDependencies": {
Expand Down

0 comments on commit 529d939

Please sign in to comment.