Parcourir la source

Explicitly declare some package versions in Cask file

Ryan C. Thompson il y a 7 ans
Parent
commit
d1f75b56f8
1 fichiers modifiés avec 2 ajouts et 6 suppressions
  1. 2 6
      Cask

+ 2 - 6
Cask

@@ -1,5 +1,3 @@
-;; -*- mode: emacs-lisp -*-
-
 (source gnu)
 (source melpa)
 
@@ -10,8 +8,6 @@
 
 (development
  (depends-on "flx-ido")
- (depends-on "with-simulated-input"
-             :git "https://github.com/DarwinAwardWinner/with-simulated-input.git"
-             :files ("*.el"))
- (depends-on "buttercup")
+ (depends-on "with-simulated-input" "2.2")
+ (depends-on "buttercup" "1.9")
  (depends-on "undercover"))