Skip to content

Commit

Permalink
refactor: improve files declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Sep 26, 2024
1 parent 8fcddcb commit faa0bc6
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,22 @@
"types": "./index.d.ts",
"files": [
"lib",
"*.d.ts",
"appWithI18n",
"appWithI18n.d.ts",
"DynamicNamespaces",
"DynamicNamespaces.d.ts",
"I18nProvider",
"I18nProvider.d.ts",
"context",
"context.d.ts",
"getT",
"getT.d.ts",
"loadNamespaces",
"loadNamespaces.d.ts",
"Trans",
"Trans.d.ts",
"TransText",
"TransText.d.ts",
"withTranslation",
"withTranslation.d.ts",
"useTranslation",
"useTranslation.d.ts",
"setLanguage",
"setLanguage.d.ts",
"index",
"index.d.ts",
"AppDirI18nProvider",
"AppDirI18nProvider.d.ts",
"createTranslation",
"createTranslation.d.ts",
"formatElements",
"formatElements.d.ts"
"formatElements"
],
"scripts": {
"build": "yarn clean && cross-env NODE_ENV=production && yarn tsc",
Expand Down

0 comments on commit faa0bc6

Please sign in to comment.