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

Unified Diff: pubspec.yaml

Issue 1364613002: Add a hexadecimal codec. (Closed) Base URL: git@github.com:dart-lang/convert.git@master
Patch Set: Created 5 years, 3 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 212a7636cd183abd34812a8083c29ab6f05857d6..db13edff7a0aeaca61661236eb563547464ab72f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,14 +1,14 @@
-name: sample
-version: 0.0.1
-description: A sample library.
+name: convert
+version: 0.0.1-dev
+description: Utilities for converting between data representations.
author: Dart Team <misc@dartlang.org>
-homepage: https://github.com/dart-lang/sample
+homepage: https://github.com/dart-lang/convert
environment:
- sdk: '>=1.0.0 <2.0.0'
+ sdk: '>=1.8.0 <2.0.0'
+
+dependencies:
+ charcode: '^1.1.0'
-#dependencies:
-# lib_name: any
dev_dependencies:
-# change this to a specific version range when you create your project
- test: any
+ test: '^0.12.0'

Powered by Google App Engine
This is Rietveld 408576698