mirror of
https://github.com/cmur2/language-zonefile.git
synced 2024-12-22 02:54:25 +01:00
package: add keywords
This commit is contained in:
parent
ba4ff2d73a
commit
850310d9aa
@ -1,6 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.1.1 (January 29, 2017)
|
## 1.1.2 (February 21, 2018)
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- Add package keywords
|
||||||
|
|
||||||
|
## 1.1.1 (January 29, 2018)
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
@ -2,6 +2,13 @@
|
|||||||
"name": "language-zonefile",
|
"name": "language-zonefile",
|
||||||
"description": "Bind Zone File language support in Atom",
|
"description": "Bind Zone File language support in Atom",
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
|
"keywords": [
|
||||||
|
"language",
|
||||||
|
"grammar",
|
||||||
|
"dns",
|
||||||
|
"zonefile",
|
||||||
|
"bind"
|
||||||
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"atom": "*"
|
"atom": "*"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user