Merge branch 'master' into master
Showing
This diff is collapsed.
deviceinfo.js.flow
0 → 100644
| { | { | ||
| "name": "react-native-device-info", | "name": "react-native-device-info", | ||
| "version": "0.11.0", | "version": "0.13.0", | ||
| "description": "Get device information using react-native", | "description": "Get device information using react-native", | ||
| "main": "deviceinfo.js", | "main": "deviceinfo.js", | ||
| "typings": "./deviceinfo.d.ts", | "typings": "./deviceinfo.d.ts", | ||
| ... | @@ -8,6 +8,9 @@ | ... | @@ -8,6 +8,9 @@ |
| "type": "git", | "type": "git", | ||
| "url": "https://github.com/rebeccahughes/react-native-device-info" | "url": "https://github.com/rebeccahughes/react-native-device-info" | ||
| }, | }, | ||
| "scripts": { | |||
| "shipit": "np" | |||
| }, | |||
| "keywords": [ | "keywords": [ | ||
| "react-component", | "react-component", | ||
| "react-native", | "react-native", | ||
| ... | @@ -19,10 +22,15 @@ | ... | @@ -19,10 +22,15 @@ |
| "cocoapod" | "cocoapod" | ||
| ], | ], | ||
| "author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)", | "author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)", | ||
| "contributors": [{ | "contributors": [ | ||
| { | |||
| "name": "Gant Laborde", | "name": "Gant Laborde", | ||
| "email": "gant@infinite.red", | "email": "gant@infinite.red", | ||
| "url": "https://github.com/gantman" | "url": "https://github.com/gantman" | ||
| }], | } | ||
| "license": "MIT" | ], | ||
| "license": "MIT", | |||
| "devDependencies": { | |||
| "np": "^2.16.0" | |||
| } | |||
| } | } |
yarn.lock
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment