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

Unified Diff: pubspec.yaml

Issue 2439603003: Add a version number to the pubspec. (Closed)
Patch Set: More changes to make pubspec publishable Created 4 years, 2 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: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index ae735e1b145f50bccfee600483db4c4f1cf40526..234bccd1005f6aa583f7371a70d562e6a724a579 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,4 +1,10 @@
name: kernel
+version: 0.1.0
+author: Dart Team <misc@dartlang.org>
+description: Dart IR (Intermediate Representation)
+homepage: https://github.com/dart-lang/kernel
+environment:
+ sdk: ">=1.8.0"
dependencies:
# We import some of the analyzer's internal files, so lock the patch version.
analyzer: 0.29.0-alpha.1
@@ -7,9 +13,6 @@ dependencies:
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
- test: 0.12.15+6
+ test: ^0.12.15+6
stack_trace: ^1.6.6
ansicolor: ^0.0.9
-dependency_overrides:
- analyzer: 0.29.0-alpha.1
- test: 0.12.15+6 # Override version constraint on package:test
« 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