Skip to content

Commit

Permalink
chore: Update the version of karma config generator
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Aug 31, 2018
1 parent bc86b29 commit 6226fc9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 190 deletions.
10 changes: 8 additions & 2 deletions generators/app/templates/scripts/_karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
const generate = require('videojs-generate-karma-config');

module.exports = function(config) {
config = generate(config);
// any custom stuff here!

// see https://github.com/videojs/videojs-generate-karma-config
// for options
const options = {};

config = generate(config, options);

// any other custom stuff not supported by options here!
};
212 changes: 25 additions & 187 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"shx": "^0.3.2",
"sinon": "^6.1.5",
"video.js": "^6 || ^7",
"videojs-generate-karma-config": "~2.0.0",
"videojs-generate-karma-config": "~3.0.0",
"videojs-generate-postcss-config": "~2.0.1",
"videojs-generate-rollup-config": "~2.1.0",
"videojs-languages": "^1.0.0"
Expand Down

0 comments on commit 6226fc9

Please sign in to comment.