summaryrefslogtreecommitdiff
path: root/elpa/js2-refactor-20210306.2003/js2-refactor-pkg.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/js2-refactor-20210306.2003/js2-refactor-pkg.el
initial commit
Diffstat (limited to 'elpa/js2-refactor-20210306.2003/js2-refactor-pkg.el')
-rw-r--r--elpa/js2-refactor-20210306.2003/js2-refactor-pkg.el17
1 files changed, 17 insertions, 0 deletions
diff --git a/elpa/js2-refactor-20210306.2003/js2-refactor-pkg.el b/elpa/js2-refactor-20210306.2003/js2-refactor-pkg.el
new file mode 100644
index 0000000..db355ff
--- /dev/null
+++ b/elpa/js2-refactor-20210306.2003/js2-refactor-pkg.el
@@ -0,0 +1,17 @@
+(define-package "js2-refactor" "20210306.2003" "A JavaScript refactoring library for emacs."
+ '((js2-mode "20101228")
+ (s "1.9.0")
+ (multiple-cursors "1.0.0")
+ (dash "1.0.0")
+ (s "1.0.0")
+ (yasnippet "0.9.0.1"))
+ :commit "a0977c4ce1918cc266db9d6cd7a2ab63f3a76b9a" :authors
+ '(("Magnar Sveen" . "magnars@gmail.com")
+ ("Nicolas Petton" . "nicolas@petton.fr"))
+ :maintainer
+ '("Magnar Sveen" . "magnars@gmail.com")
+ :keywords
+ '("conveniences"))
+;; Local Variables:
+;; no-byte-compile: t
+;; End: