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)" },