@ionic-native/status-bar
Advanced tools
Comparing version 3.1.0-rc.5 to 3.1.0-rc.6
{ | ||
"name": "@ionic-native/status-bar", | ||
"version": "3.1.0-rc.5", | ||
"version": "3.1.0-rc.6", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -10,3 +10,3 @@ "module": "index.js", | ||
"peerDependencies": { | ||
"@ionic-native/core": "3.1.0-rc.5", | ||
"@ionic-native/core": "3.1.0-rc.6", | ||
"@angular/core": "2.4.8", | ||
@@ -13,0 +13,0 @@ "rxjs": "5.0.1" |
@@ -1,2 +0,1 @@ | ||
<a style="float:right;font-size:12px;" href="http://github.com/driftyco/ionic-native/edit/master/src/@ionic-native/plugins/status-bar/index.ts#L4"> | ||
@@ -7,6 +6,6 @@ Improve this doc | ||
# Status Bar | ||
<!-- end header block --> | ||
``` | ||
$ npm install @ionic-native/status-bar --save | ||
$ ionic plugin add cordova-plugin-statusbar | ||
$ npm install --save @ionic-native/status-bar | ||
``` | ||
@@ -16,5 +15,4 @@ | ||
Cordova Repo: [https://github.com/apache/cordova-plugin-statusbar](https://github.com/apache/cordova-plugin-statusbar) | ||
Plugin Repo: [https://github.com/apache/cordova-plugin-statusbar](https://github.com/apache/cordova-plugin-statusbar) | ||
<!-- description --> | ||
Manage the appearance of the native status bar. | ||
@@ -24,5 +22,3 @@ | ||
<!-- @platforms tag --> | ||
## Supported platforms | ||
- iOS | ||
@@ -34,5 +30,3 @@ - Android | ||
<!-- @platforms tag end --> | ||
<!-- end for prop in method.decorators[0].argumentInfo --> | ||
<!-- end content block --> | ||
<!-- end body block --> | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15273
29