From 8de94d0a1fc5af74a90dc5e5c1b5244869f69dc4 Mon Sep 17 00:00:00 2001 From: Ivan Pusic Date: Thu, 28 Sep 2017 10:16:25 +0200 Subject: [PATCH] remove opencollective from package.json --- package.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 3834e6b..4eabf91 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "react-native-image-crop-picker", - "version": "0.17.1", + "version": "0.17.2", "description": "Select single or multiple images, with cropping option", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "prepublish": "rm -rf android/build", - "postinstall": "opencollective postinstall" + "prepublish": "rm -rf android/build" }, "repository": { "type": "git", @@ -31,13 +30,5 @@ "homepage": "https://github.com/ivpusic/react-native-image-crop-picker#readme", "peerDependencies": { "react-native": ">=0.40.0" - }, - "dependencies": { - "opencollective": "^1.0.3" - }, - "collective": { - "type": "opencollective", - "url": "https://opencollective.com/react-native-image-crop-picker", - "logo": "https://opencollective.com/opencollective/logo.txt" } }