Skip to content

Commit

Permalink
add readme stub to silence npm and bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Jakobs committed Sep 24, 2012
1 parent ce0d800 commit 3032ddb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
@@ -0,0 +1,5 @@
# vfs-ssh

A wrapper to use vfs instances remotely over SSH

TODO: Document this.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,15 +2,15 @@
"author": "Tim Caswell <tim@c9.io>",
"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"
},
"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"
}
Expand Down

0 comments on commit 3032ddb

Please sign in to comment.