Skip to content

Commit 5d84e89

Browse files
committed
chore: release 3.0.0-beta.3
1 parent 8b8f270 commit 5d84e89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-unistyles",
3-
"version": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"description": "Level up your React Native StyleSheet",
55
"scripts": {
66
"test": "jest",
@@ -23,12 +23,12 @@
2323
"default": "./lib/commonjs/index"
2424
},
2525
"./components/native/*": {
26-
"module": "./lib/module/components/native/*",
27-
"default": "./lib/commonjs/components/native/*"
26+
"module": "./lib/module/components/native/*",
27+
"default": "./lib/commonjs/components/native/*"
2828
},
2929
"./plugin": {
30-
"module": "./plugin/index.js",
31-
"default": "./plugin/index.js"
30+
"module": "./plugin/index.js",
31+
"default": "./plugin/index.js"
3232
}
3333
},
3434
"files": [

0 commit comments

Comments
 (0)