From 8283608906d47563f2e6d4db2e9cabd3d0f2a632 Mon Sep 17 00:00:00 2001 From: Alexander Fedyashov Date: Mon, 7 Aug 2017 18:45:23 +0300 Subject: [PATCH] chore(package): replace deprecated babel-plugin-__coverage__ --- .babelrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.babelrc b/.babelrc index d062879c2e..9f41d3bc8b 100644 --- a/.babelrc +++ b/.babelrc @@ -18,7 +18,7 @@ "env": { "test": { "plugins": [ - ["__coverage__", { "only": "src/" }] + ["istanbul", { "include": ["src"] }] ] } } diff --git a/package.json b/package.json index 3399f776b7..a67a0c2744 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "babel-core": "^6.21.0", "babel-eslint": "^7.0.0", "babel-loader": "^7.0.0", - "babel-plugin-__coverage__": "^11.0.0", + "babel-plugin-istanbul": "^4.1.4", "babel-plugin-lodash": "^3.2.10", "babel-plugin-react-transform": "^2.0.2", "babel-plugin-transform-react-handled-props": "^0.2.3",