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

Side by Side Diff: packages/barback/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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 name: barback 1 name: barback
2 2
3 # Note! This version number is referenced directly in the pub source code in 3 # Note! This version number is referenced directly in the pub source code in
4 # lib/src/barback.dart. Pub implicitly places a version constraint on barback to 4 # lib/src/barback.dart. Pub implicitly places a version constraint on barback to
5 # ensure users only select a version of barback that works with their current 5 # ensure users only select a version of barback that works with their current
6 # version of pub. 6 # version of pub.
7 # 7 #
8 # When the minor or patch version of this is upgraded, you *must* update that 8 # When the minor or patch version of this is upgraded, you *must* update that
9 # version constraint in pub to stay in sync with this. 9 # version constraint in pub to stay in sync with this.
10 version: 0.15.2+7 10 version: 0.15.2+7
(...skipping 14 matching lines...) Expand all
25 path: ">=0.9.0 <2.0.0" 25 path: ">=0.9.0 <2.0.0"
26 pool: ">=1.0.0 <2.0.0" 26 pool: ">=1.0.0 <2.0.0"
27 source_span: ">=1.0.0 <2.0.0" 27 source_span: ">=1.0.0 <2.0.0"
28 stack_trace: ">=0.9.1 <2.0.0" 28 stack_trace: ">=0.9.1 <2.0.0"
29 collection: ">=0.9.1 <2.0.0" 29 collection: ">=0.9.1 <2.0.0"
30 dev_dependencies: 30 dev_dependencies:
31 scheduled_test: ">=0.9.0 <0.11.0" 31 scheduled_test: ">=0.9.0 <0.11.0"
32 unittest: ">=0.9.0 <0.10.0" 32 unittest: ">=0.9.0 <0.10.0"
33 environment: 33 environment:
34 sdk: ">=1.0.1 <2.0.0" 34 sdk: ">=1.0.1 <2.0.0"
OLDNEW
« no previous file with comments | « packages/barback/lib/src/utils/stream_replayer.dart ('k') | packages/barback/test/asset_id_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698