wallet-core/node_modules/core-js/build/config.js

8 lines
304 B
JavaScript
Raw Normal View History

2016-11-03 01:33:53 +01:00
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' +
' */'
};