Commit 6b5a471a authored by Gant's avatar Gant

add np for shipping

parent 40e36226
......@@ -2,6 +2,8 @@
### Upcoming
### 0.12.0
- Get real WebView UserAgent on Android (https://github.com/rebeccahughes/react-native-device-info/pull/207)
- Add DeviceUID.h to public headers (https://github.com/rebeccahughes/react-native-device-info/pull/217)
- Add `getPhoneNumber` (https://github.com/rebeccahughes/react-native-device-info/pull/174)
......@@ -52,7 +54,7 @@
Several bugfixes and detecting if device is a tablet
### 0.9.3
### 0.9.3
adds support for Brand information e.g. apple, htc, etc
......
......@@ -8,6 +8,9 @@
"type": "git",
"url": "https://github.com/rebeccahughes/react-native-device-info"
},
"scripts": {
"shipit": "np"
},
"keywords": [
"react-component",
"react-native",
......@@ -19,10 +22,15 @@
"cocoapod"
],
"author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)",
"contributors": [{
"name": "Gant Laborde",
"email": "gant@infinite.red",
"url": "https://github.com/gantman"
}],
"license": "MIT"
"contributors": [
{
"name": "Gant Laborde",
"email": "gant@infinite.red",
"url": "https://github.com/gantman"
}
],
"license": "MIT",
"devDependencies": {
"np": "^2.16.0"
}
}
This diff is collapsed.
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