Skip to content

Commit 9c337ff

Browse files
TheLarkInnsokra
authored andcommitted
chore(perfbudget): license updates
1 parent bdc6224 commit 9c337ff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/performance/AssetsOverSizeLimitWarning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
MIT License http://www.opensource.org/licenses/mit-license.php
3-
Author Tobias Koppers @sokra
3+
Author Sean Larkin @thelarkinn
44
*/
55
function AssetsOverSizeLimitWarning(assetsOverSizeLimit, compilation) {
66
Error.call(this);

lib/performance/EntrypointsOverSizeLimitWarning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
MIT License http://www.opensource.org/licenses/mit-license.php
3-
Author Tobias Koppers @sokra
3+
Author Sean Larkin @thelarkinn
44
*/
55
function EntrypointsOverSizeLimitWarning(entrypoints, compilation, formatSizeFn) {
66
Error.call(this);

0 commit comments

Comments
 (0)