Skip to content

Commit 155c8a0

Browse files
committed
reran cask
1 parent 452b917 commit 155c8a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(source melpa)
22
(source gnu)
33

4-
(package "smartparens" "1.11.0"
4+
(package "smartparens" ""
55
"Automatic insertion, wrapping and paredit-like navigation with user defined pairs.")
66

77
(depends-on "cl-lib" "0.3")

smartparens-pkg.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(define-package "smartparens" "1.11.0" "Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
2-
'((dash "2.13.0")
3-
(cl-lib "0.3")))
1+
(define-package "smartparens" "1.11.0"
2+
"Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
3+
'((dash "2.13.0") (cl-lib "0.3") (emacs "24")))

0 commit comments

Comments
 (0)