Skip to content

Commit

Permalink
fix(batterystatus): correct plugin name on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Jun 6, 2016
1 parent 0b9f5d3 commit 66b7fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/batterystatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {Observable} from 'rxjs/Observable';
* ```
*/
@Plugin({
plugin: 'cordova-plugin-batterystatus',
plugin: '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']
})
Expand Down

0 comments on commit 66b7fa6

Please sign in to comment.