From bb20992691c9c32d928ac12ffdc7367cce8051c4 Mon Sep 17 00:00:00 2001 From: Richard Lindhout Date: Wed, 2 Aug 2017 14:19:04 +0200 Subject: [PATCH] Update package.json Cocoapod does not work with empty description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f42a98c..1c353ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-touch-through-view", "version": "0.1.3", - "description": "", + "description": "React Native Touch Through View is a simple component library that allows for scroll views and table views to scroll over interactable content without poor performing size and bounds animations.", "repository": { "type": "git", "url": "https://github.com/rome2rio/react-native-touch-through-view.git"