From a9fa790ae98846d57b7d71855fe7f6cc2f32632b Mon Sep 17 00:00:00 2001 From: Joey Baker Date: Sun, 28 Aug 2016 09:58:08 -0700 Subject: [PATCH] Fix (deps): install babel-polyfill as optionalDep We only require it if something else hasn't so this is a optionalDep. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7dabbab..94723b3 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,8 @@ "boom": "^3.2.2", "joi": "7.2.1", "lodash": "4.0.0" + }, + "optionalDependencies": { + "babel-polyfill": "^6.13.0" } }