Skip to content

Commit

Permalink
added deps to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed May 26, 2012
1 parent ef10229 commit 4874840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy.js
Expand Up @@ -16,7 +16,7 @@
, semver = require('semver')
, sequence = require('sequence').create()
, wacProto = 'http://'
, wacHost = "localhost:4040"
, wacHost = process.argv[2] || "localhost:4040"
, nextVer
, releaseLevel
;
Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
],
"name": "webappcenter-client",
"description": "The client (laptop / desktop) side of appr.",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"url": "git://github.com/coolaj86/appr-client.git"
},
Expand Down Expand Up @@ -39,6 +39,7 @@
"connect-mounter": "1.0.0",
"connect-xcors": "*",
"npm": "1.1.x",
"rimraf": "2.0.x"
"rimraf": "2.0.x",
"connect_router": "~1.8.6"
}
}

0 comments on commit 4874840

Please sign in to comment.