package: add keywords

This commit is contained in:
cn 2018-02-21 21:29:13 +01:00
부모 9e977f7abb
커밋 5d647fd842
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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

파일 보기

@ -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": "*"
},