Skip to content

Commit

Permalink
Merge pull request #2 from syohex/fix-package
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
knl committed Oct 11, 2015
2 parents be0bf02 + 5598265 commit e0ce3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions name-this-color.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Created: 2015-10-10
;; Version: 0.1
;; URL: https://github.com/kne/name-this-color.el
;; Package-Requires: ((dash "2.11.0") (s "1.7.0"))
;; Package-Requires: ((emacs "24") (cl-lib "0.5") (dash "2.11.0") (s "1.7.0"))
;; Keywords: lisp, color, hex, rgb, shade, name

;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -49,7 +49,7 @@
;;
;;; Code:

(require 'cl)
(require 'cl-lib)
(require 'color)
(require 'dash)
(require 's)
Expand Down

0 comments on commit e0ce3d5

Please sign in to comment.