Skip to content

Commit

Permalink
pkg lock
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 27, 2019
1 parent f4ebb79 commit de93caf
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 48 deletions.
94 changes: 46 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ module.exports = function(config) {
};

// pin Browserstack Firefox version to 64
/* eslint-disable camelcase */
config.customLaunchers.bsFirefox.browser_version = '64.0';
/* eslint-enable camelcase */

// uncomment the section below to re-enable all browserstack video recording
// it is off by default because it slows the build
Expand All @@ -70,4 +72,9 @@ module.exports = function(config) {
}
});
*/

/* eslint-disable no-console */
console.log(JSON.stringify(config, null, 2));
/* eslint-enable no-console */

};

0 comments on commit de93caf

Please sign in to comment.