react-native-customizable-image-crop-picker 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-customizable-image-crop-picker",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Fully customizable React Native image crop picker (JS UI + native performance).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"gallery",
|
|
13
13
|
"typescript"
|
|
14
14
|
],
|
|
15
|
-
"homepage": "https://github.com/amitkumarcoding/imagecroppicker/blob/main/packages/react-native-customizable-image-crop-picker/README.md",
|
|
16
15
|
"bugs": {
|
|
17
16
|
"url": "https://github.com/amitkumarcoding/imagecroppicker/issues"
|
|
18
17
|
},
|
|
19
18
|
"repository": {
|
|
20
19
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/amitkumarcoding/imagecroppicker
|
|
20
|
+
"url": "git+https://github.com/amitkumarcoding/imagecroppicker.git",
|
|
21
|
+
"directory": "packages/react-native-customizable-image-crop-picker"
|
|
22
22
|
},
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"author": "Amit Kumar",
|
|
@@ -113,4 +113,4 @@
|
|
|
113
113
|
"singleQuote": true,
|
|
114
114
|
"trailingComma": "all"
|
|
115
115
|
}
|
|
116
|
-
}
|
|
116
|
+
}
|