File: use-globby-named-export.patch

package info (click to toggle)
node-webfont 11.4.0%2Bdfsg2%2B~cs35.7.26-15
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 122,048 kB
  • sloc: xml: 3,682,028; ansic: 31,165; javascript: 12,580; cpp: 4,386; python: 689; sh: 307; makefile: 228
file content (16 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix globby import
Author: Israel Galadima <izzygaladima@gmail.com>
Forwarded: not-needed
Last-Update: 2022-12-22

--- a/src/standalone/index.ts
+++ b/src/standalone/index.ts
@@ -8,7 +8,7 @@
 import deepmerge from "deepmerge";
 import {getGlyphsData} from "./glyphsData";
 import {getOptions} from "./options";
-import globby from "globby";
+import {globby} from "globby";
 import nunjucks from "nunjucks";
 import path from "path";
 import svg2ttf from "svg2ttf";