From 9a2c67636228555f2080141f084dc532f104c0ae Mon Sep 17 00:00:00 2001 From: hnagato Date: Mon, 10 Mar 2014 20:55:48 +0900 Subject: [PATCH] Prepare 0.1.0 release --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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": {} }