From a94425ce3ccac66bd9ef9b66dc4cc1674be4bcee Mon Sep 17 00:00:00 2001 From: Neftaly Hernandez Date: Mon, 1 May 2017 10:31:58 +1200 Subject: [PATCH] Remove transform-runtime --- .babelrc | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.babelrc b/.babelrc index ab3dbf2..4ec0a3a 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { "presets": [ "es2015", "stage-0" ], - "plugins": [ "transform-flow-strip-types", "transform-runtime" ], + "plugins": [ "transform-flow-strip-types" ], } diff --git a/package.json b/package.json index 018d048..2321e29 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "babel-core": "^6.8.0", "babel-eslint": "^6.0.4", "babel-plugin-transform-flow-strip-types": "^6.5.0", - "babel-plugin-transform-runtime": "^6.8.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "chai": "^3.5.0",