Fix build broken in Node 8.x (#387)

See https://github.com/tjunnone/npm-check-updates/issues/355
This commit is contained in:
Ronan Jouchet 2017-06-29 12:22:23 -04:00 committed by Jia Hao
parent 91505c90fe
commit f41c376761
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
"isparta": "^4.0.0",
"jest": "^20.0.3",
"regenerator-runtime": "^0.10.5",
"require-dir": "^0.3.0",
"require-dir": "^0.3.2",
"run-sequence": "^1.1.5",
"webpack-stream": "^3.1.0"
},