Commit 6b5a471a authored by Gant's avatar Gant

add np for shipping

parent 40e36226
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
### Upcoming ### Upcoming
### 0.12.0
- Get real WebView UserAgent on Android (https://github.com/rebeccahughes/react-native-device-info/pull/207) - 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 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) - Add `getPhoneNumber` (https://github.com/rebeccahughes/react-native-device-info/pull/174)
......
...@@ -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"
}
} }
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