Skip to content

Commit

Permalink
feature(shinju) shinju -> lib/shinju
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 28, 2014
1 parent 954dfb0 commit 2c2551d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "Node client for Cloud Commander",
"homepage": "http://cloudcmd.io",
"bin": {
"shinju": "./bin/shinju.js"
"main": "lib/shinju",
"bin": {
"shinju": "bin/shinju.js"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/shinju.git"
},
"license": "MIT",
"dependencies": {
"socket.io-client": "~1.0.x"
"socket.io-client": "~1.2.0"
}
}

0 comments on commit 2c2551d

Please sign in to comment.