mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
update mustache recipe to use exclude
This commit is contained in:
parent
05f660e639
commit
d1bcf9599c
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
(mustache
|
(mustache
|
||||||
:repo "Wilfred/mustache.el"
|
:repo "Wilfred/mustache.el"
|
||||||
:files ("mustache.el"
|
:files ("*.el" (:exclude "*-tests.el"))
|
||||||
"mustache-lex.el" "mustache-render.el" "mustache-parse.el" )
|
|
||||||
:fetcher github)
|
:fetcher github)
|
||||||
|
|
Loading…
Reference in a new issue