Skip to content

Commit

Permalink
temporary dependency change and update a test eslintrc rule (#7094)
Browse files Browse the repository at this point in the history
* temporary dependency change

* adding eslint update
  • Loading branch information
jsnellbaker authored Jun 23, 2021
1 parent 5c571fa commit e643303
Show file tree
Hide file tree
Showing 4 changed files with 8,991 additions and 36,763 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var terser = require('gulp-terser');
var gulpClean = require('gulp-clean');
var KarmaServer = require('karma').Server;
var karmaConfMaker = require('./karma.conf.maker');
var opens = require('open');
var opens = require('opn');
var webpackConfig = require('./webpack.conf');
var helpers = require('./gulpHelpers');
var concat = require('gulp-concat');
Expand Down
Loading

0 comments on commit e643303

Please sign in to comment.