From bbd20103c2a64375c32d753b0525ac8a090e3d4a Mon Sep 17 00:00:00 2001 From: Florian Rival Date: Wed, 2 Dec 2015 23:12:08 +0100 Subject: [PATCH] Update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8d02c0d..fd81ff3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "react-native-image-resizer", "version": "0.0.1", - "description": "Resize local images with React Native", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "description": "Rescale local images with React Native", + "repository": { + "type": "git", + "url": "git+https://github.com/4ian/react-native-image-resizer.git" }, "keywords": [ "react-native", @@ -17,9 +18,8 @@ "scale", "resize" ], - "repository": { - "type": "git", - "url": "git+https://github.com/4ian/react-native-image-resizer.git" + "peerDependencies": { + "react-native": ">=v0.14.2" }, "author": "Florian Rival (http://bamlab.fr)", "license": "MIT",