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

Side by Side Diff: pkg/pub_server/pubspec.yaml

Issue 917793002: Use pub_server package (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Created 5 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 | « pkg/pub_server/lib/shelf_pubserver.dart ('k') | pkg/pub_server/test/shelf_pubserver_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: pubserver 1 name: pub_server
2 version: 0.1.0 2 version: 0.1.0
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: A package containing interfaces and code for talking to a pub packa ge repository and making a pub package server. 4 description: A Dart package containing re-usable components for making a pub pac kage server.
5 homepage: https://www.dartlang.org 5 homepage: https://www.dartlang.org
6 6
7 environment: 7 environment:
8 sdk: '>=1.5.0 <2.0.0' 8 sdk: '>=1.5.0 <2.0.0'
9 9
10 dependencies: 10 dependencies:
11 logging: ">=0.9.3 <1.0.0" 11 logging: ">=0.9.3 <1.0.0"
12 mime: ">=0.9.1 <0.10.0" 12 mime: ">=0.9.1 <0.10.0"
13 pub_semver: ">=1.1.0 <1.2.0" 13 pub_semver: ">=1.1.0 <1.2.0"
14 shelf: ">=0.5.6 <0.6.0" 14 shelf: ">=0.5.6 <0.6.0"
15 yaml: ">=2.1.2 <3.0.0" 15 yaml: ">=2.1.2 <3.0.0"
16 16
17 dev_dependencies: 17 dev_dependencies:
18 unittest: ">=0.11.4 <0.12.0" 18 unittest: ">=0.11.4 <0.12.0"
OLDNEW
« no previous file with comments | « pkg/pub_server/lib/shelf_pubserver.dart ('k') | pkg/pub_server/test/shelf_pubserver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698