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:
Joey Baker 2016-08-28 09:58:08 -07:00
parent ce6f1fedde
commit a9fa790ae9

View File

@ -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"
} }
} }