This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
less
Archived
1
0
Fork 0
less/build/banner.js

15 lines
330 B
JavaScript
Raw Normal View History

2023-06-18 22:24:16 +08:00
import pkg from './../package.json' assert { type: 'json' }
2023-06-17 22:31:03 +08:00
2023-06-18 22:24:16 +08:00
export default `/**
2023-06-17 22:31:03 +08:00
* Less - ${pkg.description} v${pkg.version}
* http://lesscss.org
*
* Copyright (c) 2009-${new Date().getFullYear()}, ${pkg.author.name} <${
pkg.author.email
}>
* Licensed under the ${pkg.license} License.
*
* @license ${pkg.license}
*/
`