Fix: Require map >= 2.1

Fixes #13.  Thanks to @dyereh for reporting.
This commit is contained in:
Adam Porter 2021-08-05 23:11:57 -05:00
parent 2c89e71252
commit b6caf39e98

View file

@ -6,7 +6,7 @@
;; Keywords: comm
;; URL: https://github.com/alphapapa/ement.el
;; Package-Version: 0.1-pre
;; Package-Requires: ((emacs "26.3") (plz "0.1-pre") (ts "0.2.1"))
;; Package-Requires: ((emacs "26.3") (map "2.1") (plz "0.1-pre") (ts "0.2.1"))
;; 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