Skip to content

Commit

Permalink
Switched to isparta-loader, updated package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weblogixx committed Jul 1, 2016
1 parent 05d9911 commit dd88e1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/webpack/Test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class WebpackTestConfig extends WebpackBaseConfig {
preLoaders: [
{
test: /\.(js|jsx)$/,
loader: 'isparta-instrumenter-loader',
loader: 'isparta-loader',
include: [
this.srcPathAbsolute
]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"babel-preset-es2015-native-modules": "^6.6.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"copyfiles": "^0.2.1",
"copyfiles": "^1.0.0",
"css-loader": "^0.23.1",
"enzyme": "^2.2.0",
"eslint": "^2.8.0",
Expand All @@ -57,9 +57,9 @@
"eslint-plugin-import": "^1.4.0",
"eslint-plugin-jsx-a11y": "^1.0.0",
"eslint-plugin-react": "^5.0.0",
"file-loader": "^0.8.5",
"isparta-instrumenter-loader": "^1.0.0",
"karma": "^0.13.22",
"file-loader": "^0.9.0",
"isparta-loader": "^2.0.0",
"karma": "^1.0.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.0.0",
"karma-junit-reporter": "^1.0.0",
Expand Down

0 comments on commit dd88e1d

Please sign in to comment.