simple-ssh
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "simple-ssh", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A wrapper for ssh2 to make it easier to perform commands over SSH", | ||
@@ -10,6 +10,8 @@ "keywords": [ | ||
"author": "Mike Cluck <mcluck90@gmail.com>", | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url": "http://github.com/MCluck90/simple-ssh/blob/master/LICENSE.txt" | ||
}], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "http://github.com/MCluck90/simple-ssh/blob/master/LICENSE.txt" | ||
} | ||
], | ||
"main": "./lib/ssh.js", | ||
@@ -31,2 +33,2 @@ "repository": { | ||
} | ||
} | ||
} |
31174
9
693