Skip to content

Commit

Permalink
chore(package): replace deprecated babel-plugin-__coverage__
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Fedyashov committed Aug 11, 2017
1 parent ae448ae commit 8283608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"env": {
"test": {
"plugins": [
["__coverage__", { "only": "src/" }]
["istanbul", { "include": ["src"] }]
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8283608

Please sign in to comment.