Committed by
GitHub
Bump import_js_library (#55)
* Bump import_js_library * Fix checks
Showing
3 changed files
with
7 additions
and
3 deletions
| 1 | name: wakelock_web | 1 | name: wakelock_web |
| 2 | description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin. | 2 | description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin. |
| 3 | -version: 0.1.0+2 | 3 | +version: 0.1.0+3 |
| 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web | 4 | homepage: https://github.com/creativecreatorormaybenot/wakelock/tree/master/wakelock_web |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
| @@ -13,7 +13,7 @@ dependencies: | @@ -13,7 +13,7 @@ dependencies: | ||
| 13 | flutter_web_plugins: | 13 | flutter_web_plugins: |
| 14 | sdk: flutter | 14 | sdk: flutter |
| 15 | 15 | ||
| 16 | - import_js_library: ^1.0.1 | 16 | + import_js_library: ^1.0.2 |
| 17 | js: ^0.6.2 | 17 | js: ^0.6.2 |
| 18 | 18 | ||
| 19 | wakelock_platform_interface: ^0.1.0 | 19 | wakelock_platform_interface: ^0.1.0 |
-
Please register or login to post a comment