added typscript and completion, git and dumbgo
This commit is contained in:
16
elpa/tide-20191029.1835/tide-pkg.el
Normal file
16
elpa/tide-20191029.1835/tide-pkg.el
Normal file
@@ -0,0 +1,16 @@
|
||||
(define-package "tide" "20191029.1835" "Typescript Interactive Development Environment"
|
||||
'((dash "2.10.0")
|
||||
(s "1.11.0")
|
||||
(flycheck "27")
|
||||
(typescript-mode "0.1")
|
||||
(cl-lib "0.5"))
|
||||
:keywords
|
||||
'("typescript")
|
||||
:authors
|
||||
'(("Anantha kumaran" . "ananthakumaran@gmail.com"))
|
||||
:maintainer
|
||||
'("Anantha kumaran" . "ananthakumaran@gmail.com")
|
||||
:url "http://github.com/ananthakumaran/tide")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user