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

Unified Diff: app/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 | « app/pubspec.lock ('k') | codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/pubspec.yaml
diff --git a/app/pubspec.yaml b/app/pubspec.yaml
index ec7076c4d3d017cfd5508f3f2f186d6d2e84e049..9010d52903fb60788e11a7507100eae61320bc68 100644
--- a/app/pubspec.yaml
+++ b/app/pubspec.yaml
@@ -12,6 +12,7 @@ dependencies:
logging: '>=0.9.3 <1.0.0'
markdown: '>=0.7.0 <0.8.0'
mustache: '>=0.1.8 <0.2.0'
+ pub_server: ">=0.1.0 <0.2.0"
shelf: '>=0.5.6 <0.6.0'
uuid: ">=0.5.0 <0.5.1"
@@ -19,7 +20,7 @@ dev_dependencies:
unittest: any
dependency_overrides:
- pubserver:
- path: ../pkg/pubserver
mustache:
path: ../pkg/mustache
+ pub_server:
+ path: ../pkg/pub_server
« no previous file with comments | « app/pubspec.lock ('k') | codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698