Skip to content

Commit

Permalink
Merge pull request #1 from purcell/master
Browse files Browse the repository at this point in the history
Packaging fixes
  • Loading branch information
nlamirault committed Nov 5, 2014
2 parents a0abb83 + 980069e commit d13e14c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions Cask
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@
(package-file "gitlab.el")
(files "*.el" (:exclude ".dir-locals.el"))

;; Basic libraries
(depends-on "s" "1.9.0")
(depends-on "dash" "2.9.0")
(depends-on "helm" "1.0")
(depends-on "request" "0.1.0")

;; Utilities
(depends-on "pkg-info" "0.5")


;; Development
(development
Expand Down
2 changes: 1 addition & 1 deletion helm-gitlab.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Version: 0.1.0
;; Keywords: gitlab, helm

;; Package-Requires: ((s "1.9.0") (dash "2.9.0") (helm "1.0"))
;; Package-Requires: ((s "1.9.0") (dash "2.9.0") (helm "1.0") (gitlab "0"))

;; Copyright (C) 2014 Nicolas Lamirault <[email protected]>

Expand Down

0 comments on commit d13e14c

Please sign in to comment.