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

Unified Diff: pkg/pubserver/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/pubserver/lib/shelf_pubserver.dart ('k') | pkg/pubserver/test/shelf_pubserver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pubserver/pubspec.yaml
diff --git a/pkg/pubserver/pubspec.yaml b/pkg/pubserver/pubspec.yaml
deleted file mode 100644
index 9b1df3083dfbb5ffa7948f37c0bb60a40d204421..0000000000000000000000000000000000000000
--- a/pkg/pubserver/pubspec.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: pubserver
-version: 0.1.0
-author: Dart Team <misc@dartlang.org>
-description: A package containing interfaces and code for talking to a pub package repository and making a pub package server.
-homepage: https://www.dartlang.org
-
-environment:
- sdk: '>=1.5.0 <2.0.0'
-
-dependencies:
- logging: ">=0.9.3 <1.0.0"
- mime: ">=0.9.1 <0.10.0"
- pub_semver: ">=1.1.0 <1.2.0"
- shelf: ">=0.5.6 <0.6.0"
- yaml: ">=2.1.2 <3.0.0"
-
-dev_dependencies:
- unittest: ">=0.11.4 <0.12.0"
« no previous file with comments | « pkg/pubserver/lib/shelf_pubserver.dart ('k') | pkg/pubserver/test/shelf_pubserver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698