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

Unified Diff: packages/convert/pubspec.yaml

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/convert/lib/src/utils.dart ('k') | packages/convert/test/accumulator_sink_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/convert/pubspec.yaml
diff --git a/packages/convert/pubspec.yaml b/packages/convert/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..e442f97a8d12c1f89a95bc4f24420c1e6753214a
--- /dev/null
+++ b/packages/convert/pubspec.yaml
@@ -0,0 +1,15 @@
+name: convert
+version: 2.0.1
+description: Utilities for converting between data representations.
+author: Dart Team <misc@dartlang.org>
+homepage: https://github.com/dart-lang/convert
+
+environment:
+ sdk: '>=1.17.0-dev.6.2 <2.0.0'
+
+dependencies:
+ charcode: '^1.1.0'
+ typed_data: '^1.1.0'
+
+dev_dependencies:
+ test: '^0.12.0'
« no previous file with comments | « packages/convert/lib/src/utils.dart ('k') | packages/convert/test/accumulator_sink_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698