diff options
Diffstat (limited to 'elpa/tide-20220514.614/tide-pkg.el')
-rw-r--r-- | elpa/tide-20220514.614/tide-pkg.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/elpa/tide-20220514.614/tide-pkg.el b/elpa/tide-20220514.614/tide-pkg.el new file mode 100644 index 0000000..ef55ace --- /dev/null +++ b/elpa/tide-20220514.614/tide-pkg.el @@ -0,0 +1,17 @@ +(define-package "tide" "20220514.614" "Typescript Interactive Development Environment" + '((emacs "25.1") + (dash "2.10.0") + (s "1.11.0") + (flycheck "27") + (typescript-mode "0.1") + (cl-lib "0.5")) + :commit "96bfc5da11a9b83b32368c38e933a405270652de" :authors + '(("Anantha kumaran" . "ananthakumaran@gmail.com")) + :maintainer + '("Anantha kumaran" . "ananthakumaran@gmail.com") + :keywords + '("typescript") + :url "http://github.com/ananthakumaran/tide") +;; Local Variables: +;; no-byte-compile: t +;; End: |