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

Side by Side Diff: pubspec.yaml

Issue 1226083002: Fix several Windows issues. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 5 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: 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"
11 barback: "^0.15.2" 11 barback: "^0.15.2"
12 charcode: "^1.1.0"
12 compiler_unsupported: "^1.10.0" 13 compiler_unsupported: "^1.10.0"
13 crypto: "^0.9.0" 14 crypto: "^0.9.0"
14 glob: "^1.0.0" 15 glob: "^1.0.0"
15 http: "^0.11.0" 16 http: "^0.11.0"
16 http_multi_server: "^1.0.0" 17 http_multi_server: "^1.0.0"
17 http_parser: "^0.0.2" 18 http_parser: "^0.0.2"
18 http_throttle: "^1.0.0" 19 http_throttle: "^1.0.0"
19 json_rpc_2: "^1.0.0" 20 json_rpc_2: "^1.0.0"
20 mime: "^0.9.0" 21 mime: "^0.9.0"
21 oauth2: "^0.9.1" 22 oauth2: "^0.9.1"
22 path: "^1.2.0" 23 path: "^1.2.0"
23 pool: "^1.0.0" 24 pool: "^1.0.0"
24 pub_semver: "^1.2.0" 25 pub_semver: "^1.2.0"
25 shelf: "^0.5.0" 26 shelf: "^0.5.0"
26 shelf_web_socket: "^0.0.1" 27 shelf_web_socket: "^0.0.1"
27 source_span: "^1.0.0" 28 source_span: "^1.0.0"
28 stack_trace: "^1.0.0" 29 stack_trace: "^1.0.0"
29 string_scanner: "^0.1.0" 30 string_scanner: "^0.1.0"
30 watcher: "^0.9.2" 31 watcher: "^0.9.2"
31 yaml: "^2.0.0" 32 yaml: "^2.0.0"
32 package_config: "^0.1.1" 33 package_config: "^0.1.1"
33 34
34 dev_dependencies: 35 dev_dependencies:
35 scheduled_test: "^0.12.0" 36 scheduled_test: "^0.12.0"
36 test: "^0.12.3+3" 37 test: "^0.12.3+3"
37 38
38 environment: 39 environment:
39 sdk: ">=1.11.0 <2.0.0" 40 sdk: ">=1.11.0 <2.0.0"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698