Skip to content

Commit ce064a4

Browse files
committed
prune: remove react version
This line is not needed since there is already a constraint to the react-native version (which has a constraint itself to react). So let remove those lines
1 parent 2e0af93 commit ce064a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-image-resizer",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Rescale local images with React Native",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -21,7 +21,6 @@
2121
"resize"
2222
],
2323
"peerDependencies": {
24-
"react": "^15.4.0 || ^16.0.0-alpha",
2524
"react-native": ">=v0.40.0"
2625
},
2726
"author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",

0 commit comments

Comments
 (0)