fix(nuxt-start): include minimist dependency

This commit is contained in:
Pooya Parsa 2017-09-04 23:56:02 +04:30
parent e2389eae95
commit 326c36cf08
2 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,8 @@ const packageJSON = readJSONSync(resolve(rootDir, 'package.json'))
// Required and Excluded packages for start
let requires = [
'source-map-support',
'pretty-error'
'pretty-error',
'minimist'
]
const excludes = [

View File

@ -48,6 +48,7 @@
"dependencies": {
"source-map-support": "^0.4.17",
"pretty-error": "^2.1.1",
"minimist": "^1.2.0",
"lodash": "^4.17.4",
"hash-sum": "^1.0.2",
"tappable": "^1.1.0",