summaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorMichael Griffiths <mikey@cich.li>2014-06-16 20:45:49 +0100
committerMichael Griffiths <mikey@cich.li>2014-06-16 21:15:18 +0100
commit8ca4d123984b1cb976898290d57a2698cf573101 (patch)
tree41e61872b7c1e563315a10f006a8496a8250c0be /Cask
parent9098201d53f2e400633d96ad7320bb28dc004037 (diff)
Include cider-test.el in package.
Diffstat (limited to 'Cask')
-rw-r--r--Cask2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cask b/Cask
index 885da64b..54d7e0f1 100644
--- a/Cask
+++ b/Cask
@@ -3,5 +3,7 @@
(package-file "cider.el")
+(files "*.el" (:exclude ".dir-locals.el"))
+
(development
(depends-on "noflet"))