File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ module.exports = {
5
5
/* eslint-disable prefer-template -- for better formatting */
6
6
banner : '/**\n' +
7
7
' * core-js ' + version + '\n' +
8
- ' * https://github.com/zloirock/core-js\n' +
9
- ' * License: http://rock.mit-license.org\n' +
10
8
' * © 2014-2022 Denis Pushkarev (zloirock.ru)\n' +
9
+ ' * license: https://github.com/zloirock/core-js/blob/v' + version + '/LICENSE\n' +
10
+ ' * source: https://github.com/zloirock/core-js\n' +
11
11
' */' ,
12
12
/* eslint-enable prefer-template -- for better formatting */
13
13
} ;
Original file line number Diff line number Diff line change @@ -6,5 +6,7 @@ var store = require('../internals/shared-store');
6
6
} ) ( 'versions' , [ ] ) . push ( {
7
7
version : '3.20.2' ,
8
8
mode : IS_PURE ? 'pure' : 'global' ,
9
- copyright : '© 2014-2022 Denis Pushkarev (zloirock.ru)'
9
+ copyright : '© 2014-2022 Denis Pushkarev (zloirock.ru)' ,
10
+ license : 'https://github.com/zloirock/core-js/blob/v3.20.2/LICENSE' ,
11
+ source : 'https://github.com/zloirock/core-js'
10
12
} ) ;
You can’t perform that action at this time.
0 commit comments