diff --git a/package.json b/package.json index e667e5f36..908b0706a 100644 --- a/package.json +++ b/package.json @@ -29,17 +29,17 @@ "bitcore-mnemonic": "=1.1.1", "lisk-js": "=0.4.2", "moment": "=2.15.1", + "prop-types": "^15.5.10", "react": "^15.6.x", "react-dom": "^15.6.x", "react-redux": "^5.0.3", "react-router-dom": "^4.0.0", - "prop-types": "^15.5.10", "redux": "^3.6.0" }, "devDependencies": { "babel-core": "^6.20.0", "babel-loader": "^7.0.0-beta.1", - "babel-plugin-__coverage__": "^11.0.0", + "babel-plugin-istanbul": "^4.1.4", "babel-plugin-syntax-trailing-function-commas": "=6.22.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", diff --git a/webpack.config.js b/webpack.config.js index a2415bf52..4e7564891 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -58,7 +58,7 @@ module.exports = (env) => { plugins: ['syntax-trailing-function-commas'], env: { test: { - plugins: ['__coverage__'], + plugins: ['istanbul'], }, }, },