branch: externals/ssh-deploy
commit 5442a7e19df29783f38398490ff16c6b197a6fca
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Removed dependency package
---
 ssh-deploy-diff-mode.el | 5 +++--
 ssh-deploy.el           | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el
index 740a252..def8cf0 100644
--- a/ssh-deploy-diff-mode.el
+++ b/ssh-deploy-diff-mode.el
@@ -3,11 +3,12 @@
 ;; Author: Christian Johansson <github.com/cjohansson>
 ;; Maintainer: Christian Johansson <github.com/cjohansson>
 ;; Created: 1 Feb 2018
-;; Modified: 14 Feb 2018
+;; Modified: 15 Feb 2018
 ;; Version: 1.0
+;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
-;; Package-Requires: ((emacs "24") (ssh-deploy "1.74"))
+;; Package-Requires: ((emacs "24"))
 
 ;; Copyright (C) 2017 Christian Johansson
 
diff --git a/ssh-deploy.el b/ssh-deploy.el
index 5d55fda..6b03db0 100644
--- a/ssh-deploy.el
+++ b/ssh-deploy.el
@@ -3,12 +3,12 @@
 ;; Author: Christian Johansson <github.com/cjohansson>
 ;; Maintainer: Christian Johansson <github.com/cjohansson>
 ;; Created: 5 Jul 2016
-;; Modified: 14 Feb 2018
+;; Modified: 15 Feb 2018
 ;; Version: 1.74
 ;; Keywords: tools, convenience
 ;; URL: https://github.com/cjohansson/emacs-ssh-deploy
 
-;; Package-Requires: ((emacs "24") (ssh-deploy-diff-mode "1.0"))
+;; Package-Requires: ((emacs "24"))
 
 ;; Copyright (C) 2017 - 2018 Christian Johansson
 

Reply via email to