package: add keywords

This commit is contained in:
cn 2018-02-21 21:23:52 +01:00
parent ba4ff2d73a
commit 850310d9aa
2 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## 1.1.1 (January 29, 2017)
## 1.1.2 (February 21, 2018)
IMPROVEMENTS:
- Add package keywords
## 1.1.1 (January 29, 2018)
IMPROVEMENTS:

View File

@ -2,6 +2,13 @@
"name": "language-zonefile",
"description": "Bind Zone File language support in Atom",
"version": "1.1.1",
"keywords": [
"language",
"grammar",
"dns",
"zonefile",
"bind"
],
"engines": {
"atom": "*"
},