Fix (deps): install babel-polyfill as optionalDep
We only require it if something else hasn't so this is a optionalDep.
This commit is contained in:
parent
ce6f1fedde
commit
a9fa790ae9
@ -38,5 +38,8 @@
|
|||||||
"boom": "^3.2.2",
|
"boom": "^3.2.2",
|
||||||
"joi": "7.2.1",
|
"joi": "7.2.1",
|
||||||
"lodash": "4.0.0"
|
"lodash": "4.0.0"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"babel-polyfill": "^6.13.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user