From f19d63c18ef1b84e879ff0031cd6dd6f1bcee754 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Mon, 13 Jul 2020 11:01:32 -0300 Subject: [PATCH] fix: remove export default --- lib/google-fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/google-fonts.js b/lib/google-fonts.js index c86b33c..24d5890 100644 --- a/lib/google-fonts.js +++ b/lib/google-fonts.js @@ -157,7 +157,7 @@ function downloadURL (url, config = {}) { return got(url, config) } -export default class GoogleFontsHelper { +class GoogleFontsHelper { constructor (fonts = {}) { this.fonts = fonts }