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

Unified Diff: pkg/watcher/pubspec.yaml

Issue 621813002: Mac no longer fire bogus events. Fix Mac watcher. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « pkg/watcher/lib/src/directory_watcher/mac_os.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/watcher/pubspec.yaml
diff --git a/pkg/watcher/pubspec.yaml b/pkg/watcher/pubspec.yaml
index 6f96a56a595b233e890aec0a2d755615f77cbdbd..473e1c96250d97349e2b473003c152c692392f7b 100644
--- a/pkg/watcher/pubspec.yaml
+++ b/pkg/watcher/pubspec.yaml
@@ -1,5 +1,5 @@
name: watcher
-version: 0.9.3
+version: 0.9.4
author: Dart Team <misc@dartlang.org>
homepage: http://www.dartlang.org
description: >
@@ -13,3 +13,5 @@ dependencies:
dev_dependencies:
scheduled_test: '>=0.9.3 <0.12.0'
unittest: '>=0.9.2 <0.12.0'
+environment:
+ sdk: ">=1.6.0 <2.0.0"
« no previous file with comments | « pkg/watcher/lib/src/directory_watcher/mac_os.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698