Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
replaced babel-plugin-__coverage__ with babel-plugin-istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
bellstrand committed Jul 28, 2016
1 parent aff863e commit f03f8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skeleton-esnext/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function(config) {
'syntax-flow',
'transform-decorators-legacy',
'transform-flow-strip-types',
[ '__coverage__', { 'ignore': 'test/' } ]
[ 'istanbul', { 'ignore': 'test/' } ]
]
}
},
Expand Down
2 changes: 1 addition & 1 deletion skeleton-esnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"aurelia-tools": "^0.2.4",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-plugin-__coverage__": "^11.0.0",
"babel-plugin-istanbul": "^1.0.3",
"babel-plugin-syntax-flow": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
Expand Down

0 comments on commit f03f8c5

Please sign in to comment.