summaryrefslogtreecommitdiff
path: root/elpa/tide-20220514.614/tide-pkg.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-06-07 08:23:47 -0400
committermattkae <mattkae@protonmail.com>2022-06-07 08:23:47 -0400
commitbd18a38c2898548a3664a9ddab9f79c84f2caf4a (patch)
tree95b9933376770381bd8859782ae763be81c2d72b /elpa/tide-20220514.614/tide-pkg.el
parentb07628dddf418d4f47b858e6c35fd3520fbaeed2 (diff)
parentef160dea332af4b4fe5e2717b962936c67e5fe9e (diff)
Merge conflict
Diffstat (limited to 'elpa/tide-20220514.614/tide-pkg.el')
-rw-r--r--elpa/tide-20220514.614/tide-pkg.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/elpa/tide-20220514.614/tide-pkg.el b/elpa/tide-20220514.614/tide-pkg.el
deleted file mode 100644
index ef55ace..0000000
--- a/elpa/tide-20220514.614/tide-pkg.el
+++ /dev/null
@@ -1,17 +0,0 @@
-(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: