Skip to content

Commit 706685b

Browse files
committed
Update deps
1 parent 475b861 commit 706685b

File tree

6 files changed

+869
-538
lines changed

6 files changed

+869
-538
lines changed

dist/show-js-error.custom.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*! show-js-error | © 2019 Denis Seleznev | MIT License */
1+
/*! show-js-error | © 2020 Denis Seleznev | MIT License */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
44
typeof define === 'function' && define.amd ? define(factory) :
55
(global = global || self, global.showJSError = factory());
6-
}(this, function () { 'use strict';
6+
}(this, (function () { 'use strict';
77

88
var showJSError = { // eslint-disable-line no-unused-vars
99
/**
@@ -538,4 +538,4 @@
538538

539539
return showJSError;
540540

541-
}));
541+
})));

dist/show-js-error.custom.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/show-js-error.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/*! show-js-error | © 2019 Denis Seleznev | MIT License */
1+
/*! show-js-error | © 2020 Denis Seleznev | MIT License */
22
(function (global, factory) {
33
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
44
typeof define === 'function' && define.amd ? define(factory) :
55
(global = global || self, global.showJSError = factory());
6-
}(this, function () { 'use strict';
6+
}(this, (function () { 'use strict';
77

88
var showJSError = { // eslint-disable-line no-unused-vars
99
/**
@@ -543,4 +543,4 @@
543543

544544
return showJSError;
545545

546-
}));
546+
})));

dist/show-js-error.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)