Skip to content

Commit de38b9f

Browse files
committed
Fill out missing metadata in package.json
1 parent fc72558 commit de38b9f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
22
"name": "language-emacs-lisp",
3-
"version": "0.0.1"
3+
"version": "0.0.1",
4+
"description": "Emacs Lisp support for Atom.",
5+
"keywords": ["Emacs", "Lisp", "Elisp", "Scheme", "GNU", "FSF"],
6+
"repository": "https://github.com/Alhadis/language-emacs-lisp",
7+
"license": "ISC",
8+
"engines": {
9+
"atom": "*"
10+
}
411
}

0 commit comments

Comments
 (0)