Readme update and first commit on mirror
Showing
{ | { | ||
"name": "rn-apple-healthkit", | "name": "rn-apple-healthkit", | ||
"version": "0.4.0", | "version": "0.5.0", | ||
"description": "A React Native package for interacting with Apple HealthKit", | "description": "A React Native package for interacting with Apple HealthKit", | ||
"main": "index.js", | "main": "index.js", | ||
"repository": { | "repository": { | ||
... | @@ -17,6 +17,10 @@ | ... | @@ -17,6 +17,10 @@ |
"native", | "native", | ||
"ios" | "ios" | ||
], | ], | ||
"bugs": { | |||
"url": "https://github.com/terrillo/rn-apple-healthkit/issues" | |||
}, | |||
"homepage": "https://github.com/terrillo/rn-apple-healthkit", | |||
"author": "Terrillo Walls", | "author": "Terrillo Walls", | ||
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please register or sign in to comment