Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Apr 1, 2018
1 parent 542d4be commit ef5d711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"mock-fs-require-fix": "^1.0.1",
"mock-fs": "^4.4.2",
"ncp": "^2.0.0",
"webpack": "^1.13.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/test-utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var mockDir = require('mock-fs-require-fix');
var mockDir = require('mock-fs');
var nodeExternals = require('../index.js');
var webpack = require('webpack');
var fs = require('fs');
Expand Down

0 comments on commit ef5d711

Please sign in to comment.