aboutsummaryrefslogtreecommitdiff
path: root/Cask
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-02 18:13:26 -0500
committerSean Allred <code@seanallred.com>2015-01-02 18:13:26 -0500
commit2797cd52800b628c91de9c191f24f5513fe244ca (patch)
tree16125090a71812cab759eaa0bba9bde55c4b566a /Cask
parentf97c84c2d4a0a8ef6e53333a0a5c528397ccaded (diff)
parentdd9c2017cb3f0b145b39150562a0c4e59c244df1 (diff)
Merge branch 'get-all' into tag-bot
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"))