From 5f7f356cb440626d7118a383edddd76a770f5688 Mon Sep 17 00:00:00 2001 From: Matt Oakes Date: Mon, 21 Jan 2019 11:33:14 +0000 Subject: [PATCH] Add the missing properties to the package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 8f5551f..65a7a78 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,7 @@ { "name": "react-native-location", + "description": "Native GPS location support for React Native", + "author": "React Native Community", "version": "2.0.0", "repository": { "type": "git",