| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 805139f744c034b57ec16c3d13f902e298bb499a..ba9c5463ca9d9cb4591f076fccdf01415700a8e8 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -7,6 +7,9 @@ dependencies:
|
| args: any
|
| # Pin html5lib so we don't get unexpected API breaks.
|
| html5lib: ">=0.2.2 <0.2.3"
|
| - js: any
|
| logging: any
|
| unittest: any
|
| + # The following are dev dependencies only, they are not needed by users
|
| + # of the web_ui package.
|
| + js: any
|
| + benchmark_harness: ">=1.0.2 <1.0.3"
|
|
|