Chromium Code Reviews

Side by Side Diff: pubspec.yaml

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « pubspec.lock ('k') | quiver/lib/async.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: observatory 1 name: observatory
2 version: 1.6.0-dev.1 2 version: 1.6.0-dev.1
3 transformers: 3 transformers:
4 - polymer: 4 - polymer:
5 entry_points: 5 entry_points:
6 - web/index.html 6 - web/index.html
7 inline_stylesheets: 7 inline_stylesheets:
8 lib/src/elements/css/shared.css: false 8 lib/src/elements/css/shared.css: false
9 packages/charted/charts/themes/quantum_theme.css: false
9 - $dart2js: 10 - $dart2js:
10 $include: "**/*.polymer.bootstrap.dart" 11 $include: "**/*.polymer.bootstrap.dart"
11 suppressWarnings: false 12 suppressWarnings: false
12 commandLineOptions: [--show-package-warnings] 13 commandLineOptions: [--show-package-warnings]
13 dependencies: 14 dependencies:
14 args: any 15 args: any
15 charted: ^0.2.9 16 charted: ^0.2.9
16 polymer: any 17 polymer: ^0.16.3
17 unittest: < 0.12.0 18 unittest: < 0.12.0
18 usage: any 19 usage: any
19 code_transformers: 0.2.9 20 dependency_overrides:
20 21 analyzer: ^0.26.1
OLDNEW
« no previous file with comments | « pubspec.lock ('k') | quiver/lib/async.dart » ('j') | no next file with comments »

Powered by Google App Engine