branch: elpa/dart-mode
commit a4d7a3c24c335fd182c5691500bdc885db39c9b6
Author: Natalie Weizenbaum <[email protected]>
Commit: Natalie Weizenbaum <[email protected]>
Declare compatibility with flycheck 0.23.
---
dart-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dart-mode.el b/dart-mode.el
index 2630b8a..2c8d7ee 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -3,7 +3,7 @@
;; Author: Natalie Weizenbaum
;; URL: http://code.google.com/p/dart-mode
;; Version: 0.13
-;; Package-Requires: ((cl-lib "0.5") (dash "2.10.0") (flycheck "0.24"))
+;; Package-Requires: ((cl-lib "0.5") (dash "2.10.0") (flycheck "0.23"))
;; Keywords: language
;; Copyright (C) 2011 Google Inc.