Skip to content

Commit

Permalink
[fix] use username/appname and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed May 8, 2013
1 parent c9ba896 commit b2216ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/jitsu/commands/apps.js
Expand Up @@ -873,7 +873,7 @@ apps.setdrones = function (name, number, callback) {

if (!name) {
return jitsu.package.tryRead(process.cwd(), callback, function (pkg) {
name = pkg.name;
name = jitsu.config.get('username') + '/' + pkg.name;
executeSet();
});
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -8,7 +8,7 @@
"platform-as-a-service",
"deployment"
],
"version": "0.12.10-2",
"version": "0.13.0",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"AvianFlu <avianflu@nodejitsu.com>",
Expand All @@ -21,28 +21,28 @@
"preferGlobal": true,
"dependencies": {
"colors": "0.6.0-1",
"complete": "0.3.1",
"dateformat": "1.0.2-1.2.3",
"complete": "0.4.3",
"dateformat": "1.0.6-1.2.3",
"flatiron": "0.3.5",
"flatiron-cli-config": "0.1.4",
"flatiron-cli-users": "0.1.7",
"flatiron-cli-users": "0.1.8",
"fstream": "0.1.22",
"fstream-npm": "0.1.4",
"ladder": "0.0.0",
"npm": "1.2.15",
"npm": "1.2.19",
"nodejitsu-api": "0.4.6",
"opener": "1.3.x",
"pkginfo": "0.3.0",
"progress": "0.1.0",
"request": "2.16.6",
"request": "2.21.0",
"require-analyzer": "0.5.0",
"spawn-command": "0.0.2",
"semver": "1.0.14",
"semver": "1.1.4",
"tar": "0.1.17",
"wizard": "0.0.1"
},
"devDependencies": {
"nock": "0.15.x",
"nock": "0.18.x",
"vows": "0.7.x"
},
"bin": {
Expand Down

0 comments on commit b2216ee

Please sign in to comment.