diff --git a/package.json b/package.json index 2f7c397..be766d4 100644 --- a/package.json +++ b/package.json @@ -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",