banner.js 179 B

12345678
  1. const info = require( '../package' );
  2. module.exports = `/*!
  3. * Splide.js
  4. * Version : ${ info.version }
  5. * License : ${ info.license }
  6. * Copyright: 2020 ${ info.author }
  7. */`;