mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
fix(batterystatus): correct plugin name on npm
This commit is contained in:
parent
0b9f5d3ff2
commit
66b7fa6312
@ -25,7 +25,7 @@ import {Observable} from 'rxjs/Observable';
|
|||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
plugin: 'cordova-plugin-batterystatus',
|
plugin: 'cordova-plugin-battery-status',
|
||||||
repo: 'https://github.com/apache/cordova-plugin-battery-status',
|
repo: 'https://github.com/apache/cordova-plugin-battery-status',
|
||||||
platforms: ['Amazon Fire OS', 'iOS', 'Android', 'BlackBerry 10', 'Windows Phone 7', 'Windows Phone 8', 'Windows', 'Firefox OS', 'Browser']
|
platforms: ['Amazon Fire OS', 'iOS', 'Android', 'BlackBerry 10', 'Windows Phone 7', 'Windows Phone 8', 'Windows', 'Firefox OS', 'Browser']
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user