aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
Diffstat (limited to 'Cask')
-rw-r--r--Cask8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cask b/Cask
index f0c70fb..a055f12 100644
--- a/Cask
+++ b/Cask
@@ -1,14 +1,8 @@
-(package "stack-mode" "0" "Stack Exchange for Emacs")
-
(source gnu)
(source melpa-stable)
+(package-file "sx.el")
(files "sx*.el")
-(depends-on "json" "1.4")
-(depends-on "url")
-(depends-on "cl-lib")
-(depends-on "markdown-mode")
-
(development
(depends-on "ert"))