Prepare 0.1.0 release
This commit is contained in:
parent
ab3e509f25
commit
9a2c676362
|
@ -1,12 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "language-nginx",
|
"name": "language-nginx",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "Syntax and snippet support for Nginx configuration files",
|
"description": "Syntax and snippet support for Nginx configuration files",
|
||||||
"repository": "https://github.com/hnagato/atom-language-nginx",
|
"repository": "https://github.com/hnagato/atom-language-nginx",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"atom": ">0.50.0"
|
"atom": ">0.50.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue