From 1f2105f75e1977c25f87dece0f7457083ddd12c3 Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Fri, 8 Jul 2016 04:24:20 +0200 Subject: [PATCH] 0.0.4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1feb82a..a942c17 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "smartnginx", - "version": "0.0.3", + "version": "0.0.4", "description": "control nginx from node, TypeScript ready", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", - "cleanTest":"(rm -r nginxconfig)" + "cleanTest": "(rm -r nginxconfig)" }, "repository": { "type": "git",