blob: 8df3dc6eb0d8bf0969401ce31cfb5e3dce049674 (
plain)
1
2
3
4
5
6
7
8
|
module.exports = {
banner: '/**\n' +
' * core-js ' + require('../package').version + '\n' +
' * https://github.com/zloirock/core-js\n' +
' * License: http://rock.mit-license.org\n' +
' * © ' + new Date().getFullYear() + ' Denis Pushkarev\n' +
' */'
};
|