Update to latest xo-lib.

This commit is contained in:
Julien Fontanet 2014-07-28 13:37:07 +02:00
parent e64a95d1d7
commit a06403ab7c
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"mkdirp": "^0.5.0",
"multiline": "^0.3.4",
"xdg": "^0.1.1",
"xo-lib": "^0.1.1"
"xo-lib": "^0.2.0"
},
"devDependencies": {
"chai": "^1.9.1",

View File

@ -96,7 +96,7 @@ exports.register = function (args) {
return xo.call('token.create');
}).then(function (token) {
return config.set({
server: args[0],
server: xo._url,
token: token,
});
});