Skip to content

Commit

Permalink
deps: use nyc version of egg-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 20, 2017
1 parent f8612f4 commit 5a2453d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions package.json
Expand Up @@ -21,15 +21,17 @@
"url": "https://github.com/node-modules/graceful-process/issues"
},
"author": "fengmk2",
"dependencies": {},
"dependencies": {

},
"devDependencies": {
"autod": "^2.8.0",
"coffee": "^3.3.2",
"coffee": "^4.0.1",
"cross-env": "^5.0.1",
"egg-bin": "^3.4.2",
"egg-bin": "^4.0.0",
"egg-ci": "^1.7.0",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"eslint": "^4.0.0",
"eslint-config-egg": "^4.2.1",
"mz-modules": "^1.0.0",
"urllib": "^2.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Expand Up @@ -7,7 +7,7 @@ const sleep = require('mz-modules/sleep');
const urllib = require('urllib');

const fixtures = path.join(__dirname, 'fixtures');
const waitStart = process.env.COV ? 30000 : 2000;
const waitStart = process.env.COV ? 5000 : 2000;

describe('test/index.test.js', () => {
describe('cluster', () => {
Expand Down

0 comments on commit 5a2453d

Please sign in to comment.