Commit 50903e0a authored by Terrillo Walls's avatar Terrillo Walls

Package update

parent 3759a320
{ {
"name": "react-native-apple-healthkit", "name": "rn-apple-healthkit",
"version": "0.2.1", "version": "0.1.0",
"description": "A React Native bridge module for interacting with Apple HealthKit data", "description": "A React Native package for interacting with Apple HealthKit",
"main": "index.js", "main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/GregWilson/react-native-apple-healthkit.git" "url": "git+https://github.com/terrillo/rn-apple-healthkit.git"
}, },
"keywords": [ "keywords": [
"Apple", "Apple",
...@@ -20,12 +17,12 @@ ...@@ -20,12 +17,12 @@
"native", "native",
"ios" "ios"
], ],
"author": "Greg Wilson", "author": "Terrillo Walls",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"react-native": ">=0.28.0" "react-native": ">=0.40.0"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.28.0" "react-native": ">=0.40.0"
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment