From 94f53bbd8aa8719b3d83ce038f68e74695b86ed4 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Mon, 12 Sep 2016 17:02:47 +0200 Subject: [PATCH] Do not explicitly depend on map The version of map.el shipped with emacs-25 is enough. --- jade.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jade.el b/jade.el index f2cc3be..d58507b 100644 --- a/jade.el +++ b/jade.el @@ -5,8 +5,8 @@ ;; Author: Nicolas Petton ;; URL: https://github.com/NicolasPetton/jade ;; Keywords: tools, javascript -;; Version: 0.11 -;; Package-Requires: ((emacs "25") (seq "2.16") (map "1.0") (js2-mode "20140114") (company "0.9.0") (websocket "1.6")) +;; Version: 0.19 +;; Package-Requires: ((emacs "25") (seq "2.16") (js2-mode "20140114") (company "0.9.0") (websocket "1.6")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by