From e8f3047ac0f33e310b0eaa54042b40b3f6dc6fa1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 1 Jun 2016 05:18:08 +0200 Subject: [PATCH] 1.0.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8985d51..2a4804a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartssh", - "version": "1.0.4", + "version": "1.0.5", "description": "setups SSH quickly and in a painless manner", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },