Skip to content

Commit

Permalink
fix: s.el dependency is not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
codesuki authored Mar 15, 2022
1 parent d8bd55d commit 63f047f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion add-node-modules-path.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

;; Author: Neri Marschik <marschik_neri@cyberagent.co.jp>
;; Version: 1.0
;; Package-Requires: ()
;; Package-Requires: ((s "1.12.0"))
;; Keywords: javascript, node, node_modules, eslint
;; URL: https://github.com/codesuki/add-node-modules-path

Expand All @@ -30,6 +30,8 @@

;;; Code:

(require 's)

(defgroup add-node-modules-path nil
"Put node_modules binaries into `exec-path'."
:prefix "add-node-modules-path-"
Expand Down

0 comments on commit 63f047f

Please sign in to comment.