Skip to content

Commit 49f4f59

Browse files
committed
v0.3.1
1 parent 27ed7f7 commit 49f4f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-css-gradient",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CSS Gradient for LinearGradient component.",
55
"author": "Catalin Miron",
66
"license": "MIT",
@@ -17,8 +17,8 @@
1717
"gradient-parser": "0.1.5"
1818
},
1919
"peerDependencies": {
20+
"expo": "*",
2021
"react": "*",
21-
"react-native": "*",
22-
"expo": "*"
22+
"react-native": "*"
2323
}
2424
}

0 commit comments

Comments
 (0)