Skip to content

Commit

Permalink
Add a files declaration to the Cask file
Browse files Browse the repository at this point in the history
This should allow Cask to install the package using Git.
  • Loading branch information
DarwinAwardWinner committed May 17, 2017
1 parent 6ab5e65 commit 05b13eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

(package-file "ert-runner.el")

(files ("*.el"
("bin" "bin/*")
("reporters" "reporters/*.el")))

(development
(depends-on "s")
(depends-on "dash")
Expand Down

0 comments on commit 05b13eb

Please sign in to comment.