Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Side by Side Diff: pubspec.yaml

Issue 12096106: work in progress: observable implementation using detailed change records (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/web_ui.dart ('k') | test/observe_test.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: web_ui 1 name: web_ui
2 author: "Web UI Authors <web-ui@dartlang.org>" 2 author: "Web UI Authors <web-ui@dartlang.org>"
3 homepage: https://github.com/dart-lang/web-ui 3 homepage: https://github.com/dart-lang/web-ui
4 description: An easy way to build web apps in Dart. 4 description: An easy way to build web apps in Dart.
5 version: 0.3.1+2 5 version: 0.3.1+2
6 dependencies: 6 dependencies:
7 args: any 7 args: any
8 compiler_unsupported: any
8 # Pin html5lib so we don't get unexpected API breaks. 9 # Pin html5lib so we don't get unexpected API breaks.
9 html5lib: ">=0.3.1 <0.3.2" 10 html5lib: ">=0.3.1 <0.3.2"
10 logging: any 11 logging: any
11 unittest: any 12 unittest: any
12 browser: any 13 browser: any
13 # The following are dev dependencies only, they are not needed by users 14 # The following are dev dependencies only, they are not needed by users
14 # of the web_ui package. 15 # of the web_ui package.
15 js: any 16 js: any
16 benchmark_harness: ">=1.0.2 <1.0.3" 17 benchmark_harness: ">=1.0.2 <1.0.3"
OLDNEW
« no previous file with comments | « lib/web_ui.dart ('k') | test/observe_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698