Chromium Code Reviews| Index: pkg/browser/pubspec.yaml |
| diff --git a/pkg/browser/pubspec.yaml b/pkg/browser/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..be2a78d0b1946e4802cf4e8b462a7926cbd6e5a5 |
| --- /dev/null |
| +++ b/pkg/browser/pubspec.yaml |
| @@ -0,0 +1,5 @@ |
| +name: browser |
| +authors: ["Dart Team <misc@dartlang.org>"] |
| +homepage: http://www.dartlang.org |
| +description: > |
| + The bootstrap dart.js script for Dart apps running in the browser. |