branch: master
commit 9bcf1dc97b45217ba8c85843e2eceb6fbd4f2284
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
Update dependencies.
* ivy.el: Depend on emacs "24.1".
* swiper.el: Depend on ivy "0.1.0".
---
ivy.el | 4 +++-
swiper.el | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ivy.el b/ivy.el
index 63ccbc1..a6b4b66 100644
--- a/ivy.el
+++ b/ivy.el
@@ -3,8 +3,10 @@
;; Copyright (C) 2015 Oleh Krehel
;; Author: Oleh Krehel <[email protected]>
-;; URL: https://github.com/abo-abo/ivy
+;; URL: https://github.com/abo-abo/swiper
;; Version: 0.1.0
+;; Package-Requires: ((emacs "24.1"))
+;; Keywords: matching
;; This file is not part of GNU Emacs
diff --git a/swiper.el b/swiper.el
index 6bc53d0..da8bdc0 100644
--- a/swiper.el
+++ b/swiper.el
@@ -5,7 +5,7 @@
;; Author: Oleh Krehel <[email protected]>
;; URL: https://github.com/abo-abo/swiper
;; Version: 0.1.0
-;; Package-Requires: ((emacs "24.1"))
+;; Package-Requires: ((emacs "24.1") (ivy "0.1.0"))
;; Keywords: matching
;; This file is not part of GNU Emacs