Skip to content

Commit

Permalink
chore: fix karma-package to avoid test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Nov 7, 2016
1 parent eb22503 commit 1d00b46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-phantomjs-launcher": "1.0.2",
"less-plugin-clean-css": "^1.5.0",
"phantomjs": "^1.9.17",
"publish-latest": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/angular-translate-loader-pluggable.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ function translatePluggableLoaderProvider() {
return deferred.promise;
};
};
}
}
2 changes: 1 addition & 1 deletion test/loaderPluggable.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ describe('the pluggble angular-translate loader', function() {
$httpBackend.flush();
});

});
});

0 comments on commit 1d00b46

Please sign in to comment.