Skip to content

Commit

Permalink
Merge pull request #177 from mbland/update-packages
Browse files Browse the repository at this point in the history
update outdated npm packages to wanted versions by npm
  • Loading branch information
mbland authored Apr 6, 2018
2 parents bad49eb + 2faa0f6 commit dfe6230
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 113 deletions.
1 change: 1 addition & 0 deletions .config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module.exports = function(config) {
postDetection(browsers) {
return browsers
.filter(b => !b.startsWith('Firefox') || b === 'Firefox')
.filter(b => !b.startsWith('Chromium' || b === 'Chromium'))
.map(browser => {
if ((browser === 'Chrome' || browser.startsWith('Chrome')) &&
process.env.CI === 'true') {
Expand Down
Loading

0 comments on commit dfe6230

Please sign in to comment.