File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2014-2023 Denis Pushkarev
1+ Copyright (c) 2014-2024 Denis Pushkarev
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = {
55 /* eslint-disable prefer-template -- for better formatting */
66 banner : '/**\n' +
77 ' * core-js ' + version + '\n' +
8- ' * © 2014-2023 Denis Pushkarev (zloirock.ru)\n' +
8+ ' * © 2014-2024 Denis Pushkarev (zloirock.ru)\n' +
99 ' * license: https://github.com/zloirock/core-js/blob/v' + version + '/LICENSE\n' +
1010 ' * source: https://github.com/zloirock/core-js\n' +
1111 ' */' ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var store = require('../internals/shared-store');
77} ) ( 'versions' , [ ] ) . push ( {
88 version : '3.35.0' ,
99 mode : IS_PURE ? 'pure' : 'global' ,
10- copyright : '© 2014-2023 Denis Pushkarev (zloirock.ru)' ,
10+ copyright : '© 2014-2024 Denis Pushkarev (zloirock.ru)' ,
1111 license : 'https://github.com/zloirock/core-js/blob/v3.35.0/LICENSE' ,
1212 source : 'https://github.com/zloirock/core-js'
1313} ) ;
You can’t perform that action at this time.
0 commit comments