Spaces:
Sleeping
Sleeping
File size: 262 Bytes
9a14526 | 1 2 3 4 5 | import fs from 'fs';
const version = JSON.parse(fs.readFileSync('package.json')).version;
export default `/* Mapbox GL JS is licensed under the 3-Clause BSD License. Full text of license: https://github.com/mapbox/mapbox-gl-js/blob/v${version}/LICENSE.txt */`;
|