-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
widen the dep range on package:webkit_inspection_protocol (dart-archi…
…ve/browser_launcher#17) widen the dep range on package:webkit_inspection_protocol
- Loading branch information
1 parent
eaf6c0c
commit 88e6bdb
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: browser_launcher | ||
description: Provides a standardized way to launch web browsers for testing and tools. | ||
|
||
version: 0.1.6-dev | ||
version: 0.1.6 | ||
|
||
author: Dart Team <[email protected]> | ||
homepage: https://github.com/dart-lang/browser_launcher | ||
|
@@ -11,7 +11,7 @@ environment: | |
|
||
dependencies: | ||
path: ^1.6.2 | ||
webkit_inspection_protocol: '>=0.4.0 <0.6.0' | ||
webkit_inspection_protocol: '>=0.4.0 <0.7.0' | ||
|
||
dev_dependencies: | ||
pedantic: ^1.5.0 | ||
|