update glyph-pbf-composite

glyph-pbf-composite v0.0.2 were released without license
as license were added in v0.0.3 it nice to be updated to licensed software version
This commit is contained in:
Paveł Tyślacki
2020-02-14 18:23:11 +03:00
parent f2dc13e298
commit 8f77be3037
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ const path = require('path');
const fs = require('fs');
const clone = require('clone');
const glyphCompose = require('glyph-pbf-composite');
const glyphCompose = require('@mapbox/glyph-pbf-composite');
module.exports.getPublicUrl = (publicUrl, req) => publicUrl || `${req.protocol}://${req.headers.host}/`;