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

Unified Diff: packages/watcher/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/watcher/lib/watcher.dart ('k') | packages/watcher/test/directory_watcher/shared.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/watcher/pubspec.yaml
diff --git a/packages/watcher/pubspec.yaml b/packages/watcher/pubspec.yaml
index 2e033f153d4fc40d0e95d8691b986632e4835d95..bee354602dd7361a3813c81bf52abdcc45a00b40 100644
--- a/packages/watcher/pubspec.yaml
+++ b/packages/watcher/pubspec.yaml
@@ -1,14 +1,17 @@
name: watcher
-version: 0.9.7
+version: 0.9.7+3
author: Dart Team <misc@dartlang.org>
-homepage: http://github.com/dart-lang/watcher
+homepage: https://github.com/dart-lang/watcher
description: >
A file system watcher. It monitors changes to contents of directories and
sends notifications when files have been added, removed, or modified.
environment:
sdk: '>=1.9.0 <2.0.0'
dependencies:
+ async: '^1.10.0'
+ collection: '^1.0.0'
path: '>=0.9.0 <2.0.0'
dev_dependencies:
+ benchmark_harness: '^1.0.4'
scheduled_test: '^0.12.0'
test: '^0.12.0'
« no previous file with comments | « packages/watcher/lib/watcher.dart ('k') | packages/watcher/test/directory_watcher/shared.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698