Skip to content

Commit eb29118

Browse files
committed
Release 2.0.0-alpha.0
1 parent 0b036a4 commit eb29118

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/image-editor",
3-
"version": "1.3.0",
3+
"version": "2.0.0-alpha.0",
44
"description": "React Native Image Editing native modules for iOS & Android",
55
"main": "lib/ImageEditor.js",
66
"typings": "typings/index.d.ts",
@@ -80,7 +80,9 @@
8080
},
8181
"jest": {
8282
"preset": "react-native",
83-
"modulePathIgnorePatterns": ["/e2e/"]
83+
"modulePathIgnorePatterns": [
84+
"/e2e/"
85+
]
8486
},
8587
"detox": {
8688
"test-runner": "jest",

0 commit comments

Comments
 (0)