From 0f42bb45daae2c52e9a1b1d45d7ee045d7d9ed77 Mon Sep 17 00:00:00 2001 From: Zeb Pykosz Date: Fri, 8 Jul 2016 15:21:05 -0400 Subject: [PATCH] remove redundant babel config This is confusing and potentially an area for conflict since it already exists in `.babelrc` --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 7d8c224..edaa10a 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,5 @@ "rimraf": "^2.3.3", "siphon-media-query": "^1.0.0", "yargs": "^4.1.0" - }, - "babel": { - "presets": ["es2015"] } - }