Skip to content

Commit

Permalink
fix: fix tarball (#1227)
Browse files Browse the repository at this point in the history
* fix: fix tarball

* refactor: improve files declaration
  • Loading branch information
aralroca authored Sep 26, 2024
1 parent 2ab5636 commit 480e8ae
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,22 @@
"types": "./index.d.ts",
"files": [
"lib",
"appWithI18n*",
"DynamicNamespaces*",
"I18nProvider*",
"context*",
"getT*",
"loadNamespaces*",
"Trans*",
"withTranslation*",
"useTranslation*",
"setLanguage*",
"index*",
"AppDirI18nProvider*",
"createTranslation*",
"formatElements*"
"*.d.ts",
"appWithI18n",
"DynamicNamespaces",
"I18nProvider",
"context",
"getT",
"loadNamespaces",
"Trans",
"TransText",
"withTranslation",
"useTranslation",
"setLanguage",
"index",
"AppDirI18nProvider",
"createTranslation",
"formatElements"
],
"scripts": {
"build": "yarn clean && cross-env NODE_ENV=production && yarn tsc",
Expand Down

0 comments on commit 480e8ae

Please sign in to comment.