From 50903e0a25499338148baf33d78f4dd9972fe587 Mon Sep 17 00:00:00 2001 From: Terrillo Walls Date: Thu, 31 Aug 2017 17:52:21 -0500 Subject: [PATCH] Package update --- package.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ca5aa4f..29df371 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,11 @@ { - "name": "react-native-apple-healthkit", - "version": "0.2.1", - "description": "A React Native bridge module for interacting with Apple HealthKit data", + "name": "rn-apple-healthkit", + "version": "0.1.0", + "description": "A React Native package for interacting with Apple HealthKit", "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", - "url": "git+https://github.com/GregWilson/react-native-apple-healthkit.git" + "url": "git+https://github.com/terrillo/rn-apple-healthkit.git" }, "keywords": [ "Apple", @@ -20,12 +17,12 @@ "native", "ios" ], - "author": "Greg Wilson", + "author": "Terrillo Walls", "license": "MIT", "devDependencies": { - "react-native": ">=0.28.0" + "react-native": ">=0.40.0" }, "peerDependencies": { - "react-native": ">=0.28.0" + "react-native": ">=0.40.0" } } -- 2.26.2