diff --git a/README.md b/README.md new file mode 100644 index 0000000..43423be --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# vfs-ssh + +A wrapper to use vfs instances remotely over SSH + +TODO: Document this. diff --git a/package.json b/package.json index ea2bde0..e3ac355 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Tim Caswell ", "name": "vfs-ssh", "description": "A ssh based implementation that provides a virtual filesystem by using a remote node process tunneled over ssh.", - "version": "0.3.1", + "version": "0.3.2", "repository": { "type": "git", "url": "git://github.com/c9/vfs-ssh.git" @@ -10,7 +10,7 @@ "private": true, "main": "master.js", "dependencies": { - "vfs-socket": "~0.3.0", + "vfs-socket": "~0.3.2", "vfs-local": "~0.3.4", "uglify-js": "~1.3.3" }