Skip to content

Commit 9e486c5

Browse files
committed
chore(release): publish 2.0.0
Signed-off-by: tony chen <[email protected]>
1 parent c24a70f commit 9e486c5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wuba/react-native-echarts",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Echarts for react native.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -93,6 +93,17 @@
9393
"react-native-svg": "*",
9494
"zrender": "*"
9595
},
96+
"peerDependenciesMeta": {
97+
"@shopify/react-native-skia": {
98+
"optional": true
99+
},
100+
"react-native-gesture-handler": {
101+
"optional": true
102+
},
103+
"react-native-svg": {
104+
"optional": true
105+
}
106+
},
96107
"engines": {
97108
"node": ">= 14.0.0"
98109
},

0 commit comments

Comments
 (0)