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

Side by Side Diff: pubspec.yaml

Issue 1220553002: Ignore the DART_SDK variable in pub. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: change target branch Created 5 years, 6 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/src/sdk.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: pub 1 name: pub
2 2
3 # Pub is not yet ready to release as a user-accessible package. 3 # Pub is not yet ready to release as a user-accessible package.
4 version: 1.0.0-unreleased 4 version: 1.0.0-unreleased
5 5
6 dependencies: 6 dependencies:
7 # Note: Pub's test infrastructure assumes that any dependencies used in tests 7 # Note: Pub's test infrastructure assumes that any dependencies used in tests
8 # will be hosted dependencies. 8 # will be hosted dependencies.
9 analyzer: "^0.25.0" 9 analyzer: "^0.25.0"
10 args: "^0.13.0" 10 args: "^0.13.0"
(...skipping 18 matching lines...) Expand all
29 string_scanner: "^0.1.0" 29 string_scanner: "^0.1.0"
30 watcher: "^0.9.2" 30 watcher: "^0.9.2"
31 yaml: "^2.0.0" 31 yaml: "^2.0.0"
32 32
33 dev_dependencies: 33 dev_dependencies:
34 scheduled_test: "^0.11.8" 34 scheduled_test: "^0.11.8"
35 source_maps: "^0.9.0" 35 source_maps: "^0.9.0"
36 unittest: "^0.11.0" 36 unittest: "^0.11.0"
37 37
38 environment: 38 environment:
39 sdk: ">=1.11.0-dev.3.0 <2.0.0" 39 sdk: ">=1.11.0 <2.0.0"
OLDNEW
« no previous file with comments | « lib/src/sdk.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698