Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Mar 6, 2016
1 parent 95fb1ee commit 5441d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/common/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* ================================================================ */

var logger = require('reliable-logger');
var logger = require('xlogger');

module.exports = logger.Logger({
closeFile: true
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "macaca-client",
"version": "1.0.3",
"version": "1.0.4",
"description": "macaca client for automation",
"keywords": [
"automation",
Expand Down Expand Up @@ -30,8 +30,8 @@
"macaca-mocha": "~0.1.9",
"macaca-utils": "~0.1.3",
"npm-update": "~1.0.2",
"xlogger": "~1.0.0",
"webdriver-server": "~1.0.0"
"webdriver-server": "~1.0.0",
"xlogger": "~1.0.0"
},
"devDependencies": {
"co-mocha": "*",
Expand Down

0 comments on commit 5441d7b

Please sign in to comment.