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

Unified Diff: pubspec.yaml

Issue 1100623002: Fill out pubspec.yaml (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Fixes Created 5 years, 8 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 8cc7157c4762a7026fc45a0ab8f6dfb0b1f8bd5a..29d50efc1a4820ae213a7215607aadc84296c8dc 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,10 @@
name: dev_compiler
-description: Dart dev checker / compiler
+version: 0.1.0
+description: >
+ Experimental Dart to JavaScript compiler designed to create idiomatic,
+ readable JavaScript output.
+author: Dart Dev Compiler team <dev-compiler@dartlang.org>
+homepage: https://github.com/dart-lang/dev_compiler
dependencies:
analyzer: ^0.24.4
args: ^0.12.1
@@ -21,6 +26,8 @@ dependencies:
dev_dependencies:
pub_semver: ^1.1.0
unittest: ^0.11.0
+environment:
+ sdk: ">=1.9.0 <2.0.0"
executables:
# Similar to "analyzer.dart" and its command line "dartanalyzer", we use
# "dartdevc" and "devc.dart"
« 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