9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
const info = require( '../../package.json' );
|
|
|
|
module.exports = `/*!
|
|
* Splide.js
|
|
* Version : ${ info.version }
|
|
* License : ${ info.license }
|
|
* Copyright: ${ new Date().getFullYear() } ${ info.author }
|
|
*/`;
|