Chromium Code Reviews| Index: pkg/stub_core_library/pubspec.yaml |
| diff --git a/pkg/stub_core_library/pubspec.yaml b/pkg/stub_core_library/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c37bc220bc29e2b265a4cecd01b25ab56121a6e7 |
| --- /dev/null |
| +++ b/pkg/stub_core_library/pubspec.yaml |
| @@ -0,0 +1,6 @@ |
| +name: stub_core_library |
| +description: A repo-internal package for creating core library stubs. |
| +dependencies: |
| + args: ">=0.11.0 <0.12.0" |
| + analyzer: ">=0.22.0 <0.23.0" |
| + path: ">=1.1.0 <2.0.0" |