company-web.rcp: add :depends block (#2524)

This commit is contained in:
Bryan Shell 2017-03-11 07:57:38 -06:00 committed by Noam Postavsky
parent 4066b4072e
commit b47a94877b

View File

@ -2,4 +2,5 @@
:description "Company-web is an alternative emacs plugin for autocompletion in html-mode, web-mode, jade-mode, slim-mode and use data of ac-html. It uses company-mode."
:website "https://github.com/osv/company-web"
:type github
:depends (company-mode dash cl-lib web-completion-data)
:pkgname "osv/company-web")