From a22072cfdb9fb07022e6c76abb8179b15574cdaa Mon Sep 17 00:00:00 2001 From: Joel Griffith Date: Wed, 22 Feb 2017 11:48:25 -0800 Subject: [PATCH] Moving babel-polyfill into devDependencies as it's adding bloat to the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10baa2e..eac7ca5 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "babel-cli": "^6.7.7", "babel-core": "^6.7.7", "babel-eslint": "^6.0.4", + "babel-polyfill": "^6.7.4", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "eslint": "^2.8.0", @@ -33,7 +34,6 @@ }, "license": "MIT", "dependencies": { - "babel-polyfill": "^6.7.4", "graphql": "^0.9.0", "lodash": "^4.11.1" }