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: packages/observable/pubspec.yaml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers 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/observable/lib/src/to_observable.dart ('k') | packages/observable/test/list_change_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/observable/pubspec.yaml
diff --git a/packages/observable/pubspec.yaml b/packages/observable/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b0305002113217d86a22b40ecf8a2328187c4986
--- /dev/null
+++ b/packages/observable/pubspec.yaml
@@ -0,0 +1,11 @@
+name: observable
+version: 0.14.0+1
+author: Dart Team <misc@dartlang.org>
+description: Support for marking objects as observable
+homepage: https://github.com/dart-lang/observable
+environment:
+ sdk: '>=1.19.0 <2.0.0'
+dependencies:
+ meta: '^1.0.4'
+dev_dependencies:
+ test: '^0.12.0'
« no previous file with comments | « packages/observable/lib/src/to_observable.dart ('k') | packages/observable/test/list_change_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698