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

Unified Diff: app/views/packages/show.mustache

Issue 1127203005: Stop recommending "any" constraints. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/packages/show.mustache
diff --git a/app/views/packages/show.mustache b/app/views/packages/show.mustache
index 089d6276ac490bbb17703df73f0d693f4d333e2f..f15d6695a39cb78ed221e6506aa6107943f8a2e9 100644
--- a/app/views/packages/show.mustache
+++ b/app/views/packages/show.mustache
@@ -43,12 +43,6 @@
dependencies:
<strong>{{package.name}}: {{package.latest_version.example_version_constraint}}</strong>
</pre>
- <p>
- If your package is an <a href="https://www.dartlang.org/tools/pub/glossary.html#application-package">
- application package</a> you should use <strong><code>any</code>
- </strong> as the <a href="https://www.dartlang.org/tools/pub/glossary.html#version-constraint">
- version constraint</a>.
- </p>
<h3>2. Install it</h3>
<p>You can install packages from the command line:</p>
<pre>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698