From 4bbcb903869475298fd904f401293c50ad51426d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E5=AD=A6?= Date: Fri, 3 Nov 2023 21:33:44 +0800 Subject: [PATCH] chore: typings --- packages/react-intl-universal/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/react-intl-universal/package.json b/packages/react-intl-universal/package.json index 2c3f15b..15277f6 100644 --- a/packages/react-intl-universal/package.json +++ b/packages/react-intl-universal/package.json @@ -1,6 +1,6 @@ { "name": "react-intl-universal", - "version": "2.7.5", + "version": "2.8.0", "description": "Internationalize React apps. Not only for React component but also for Vanilla JS.", "keywords": [ "intl", @@ -19,7 +19,8 @@ "exports": { ".": { "import": "./es/index.js", - "require": "./lib/index.js" + "require": "./lib/index.js", + "types": "./typings/index.d.ts" } }, "scripts": {