Skip to content

Commit

Permalink
deps: use extend2 instead of extend (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and popomore committed Mar 29, 2017
1 parent 0ccbcf9 commit b8fc4e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/egg.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path');
const fs = require('fs');
const EggCore = require('egg-core').EggCore;
const cluster = require('cluster-client');
const extend = require('extend');
const extend = require('extend2');
const Messenger = require('./core/messenger');
const createHttpClient = require('./core/httpclient');
const createLoggers = require('./core/logger');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"egg-multipart": "^1.2.0",
"egg-onerror": "^1.3.0",
"egg-schedule": "^2.3.0",
"egg-security": "^1.8.0",
"egg-security": "^1.9.0",
"egg-session": "^2.1.0",
"egg-static": "^1.3.0",
"egg-view": "^1.0.1",
"egg-watcher": "^2.1.0",
"extend": "^3.0.0",
"extend2": "^1.0.0",
"graceful": "^1.0.1",
"is-type-of": "^1.0.0",
"koa-bodyparser": "^2.5.0",
Expand Down

0 comments on commit b8fc4e4

Please sign in to comment.