diff --git a/recipes/js2-refactor.rcp b/recipes/js2-refactor.rcp index 19759181..2a335846 100644 --- a/recipes/js2-refactor.rcp +++ b/recipes/js2-refactor.rcp @@ -3,4 +3,4 @@ :type github :pkgname "magnars/js2-refactor.el" :post-init (add-hook 'js2-mode-hook (lambda () (require 'js2-refactor))) - :depends (js2-mode dash multiple-cursors)) + :depends (js2-mode dash s multiple-cursors))