diff --git a/package.json b/package.json index f62edbd..15238dd 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "language-nginx", - "version": "0.0.0", + "version": "0.1.0", "description": "Syntax and snippet support for Nginx configuration files", "repository": "https://github.com/hnagato/atom-language-nginx", "license": "MIT", "engines": { "atom": ">0.50.0" }, - "dependencies": { - } + "dependencies": {} }