package: add keywords

This commit is contained in:
cn 2018-02-21 21:29:13 +01:00
parent 9e977f7abb
commit 5d647fd842
2 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 1.1.3 (February 21, 2018)
IMPROVEMENTS:
- Add package keywords
## 1.1.2 (February 21, 2018)
IMPROVEMENTS:

View File

@ -2,6 +2,13 @@
"name": "language-fluentd",
"description": "Fluentd Configuration language support in Atom",
"version": "1.1.2",
"keywords": [
"language",
"grammar",
"fluentd",
"configuration",
"logging"
],
"engines": {
"atom": "*"
},