From 5d84e896ecd71515a55f858f9821cf87129cfc83 Mon Sep 17 00:00:00 2001 From: Jacek Pudysz Date: Mon, 16 Dec 2024 10:48:29 +0100 Subject: [PATCH] chore: release 3.0.0-beta.3 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e6ed751c..acf2d980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-unistyles", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "description": "Level up your React Native StyleSheet", "scripts": { "test": "jest", @@ -23,12 +23,12 @@ "default": "./lib/commonjs/index" }, "./components/native/*": { - "module": "./lib/module/components/native/*", - "default": "./lib/commonjs/components/native/*" + "module": "./lib/module/components/native/*", + "default": "./lib/commonjs/components/native/*" }, "./plugin": { - "module": "./plugin/index.js", - "default": "./plugin/index.js" + "module": "./plugin/index.js", + "default": "./plugin/index.js" } }, "files": [