From d3c3a49ea71358f339b77e38240fd441807c7fcc Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 9 Feb 2024 18:04:41 +0100 Subject: [PATCH] react native package fix --- packages/icons-react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/icons-react-native/package.json b/packages/icons-react-native/package.json index 1c140404b..696a999d8 100644 --- a/packages/icons-react-native/package.json +++ b/packages/icons-react-native/package.json @@ -15,7 +15,7 @@ "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git", - "directory": "packages/icons-react" + "directory": "packages/icons-react-native" }, "type": "module", "amdName": "tabler-icons-react-native",