Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index 7494fddb940eebedd3d6150352c18c2b0ac211f1..27af78ecdaac604150e6167270e53cd77ea40d09 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -7,5 +7,10 @@ homepage: https://github.com/dart-lang/package_config |
| environment: |
| sdk: '>=1.11.0-dev.0.0 <2.0.0' |
| +dependencies: |
| + charcode: '^1.1.0' |
| + path: "any" |
| + http: "any" |
| + |
| dev_dependencies: |
| test: '>=0.12.0 <0.13.0' |