commit 1a3b81d9aa2c9f2e1ec6b6ae3cdf4b3bc809411d parent c08af68973c1666925c7e62725353d8a1f58af5c Author: Iqbal Ansari <iqbalansari02@yahoo.com> Date: Wed, 11 Nov 2015 17:26:05 +0530 Fix files directive in Cask file Diffstat:
M | Cask | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cask b/Cask @@ -2,7 +2,7 @@ (source melpa) (package-file "emojify.el") -(files "*.el" "emoji.json" ("images" "images/*")) +(files "*.el" ("data" "data/emoji.json") ("images" "images/*")) (development (depends-on "f")