Skip to content

Commit

Permalink
add np for shipping
Browse files Browse the repository at this point in the history
  • Loading branch information
GantMan committed Oct 15, 2017
1 parent 40e3622 commit 6b5a471
Show file tree
Hide file tree
Showing 3 changed files with 1,193 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
20 changes: 14 additions & 6 deletions package.json
Expand Up @@ -8,6 +8,9 @@
"type": "git",
"url": "https://github.com/rebeccahughes/react-native-device-info"
},
"scripts": {
"shipit": "np"
},
"keywords": [
"react-component",
"react-native",
Expand All @@ -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"
}
}

0 comments on commit 6b5a471

Please sign in to comment.