File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
packages/core-js/internals 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-2021 Denis Pushkarev
1
+ Copyright (c) 2014-2022 Denis Pushkarev
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- Copyright (c) 2014-2021 Denis Pushkarev
1
+ Copyright (c) 2014-2022 Denis Pushkarev
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ var store = require('../internals/shared-store');
6
6
} ) ( 'versions' , [ ] ) . push ( {
7
7
version : '3.20.1' ,
8
8
mode : IS_PURE ? 'pure' : 'global' ,
9
- copyright : '© 2021 Denis Pushkarev (zloirock.ru)'
9
+ copyright : '© 2022 Denis Pushkarev (zloirock.ru)'
10
10
} ) ;
You can’t perform that action at this time.
0 commit comments