From 0b4b9a6e7750168a3415a3e878468de31fd204f4 Mon Sep 17 00:00:00 2001 From: MrGeorgen Date: Thu, 21 Jan 2021 16:48:20 +0100 Subject: [PATCH] remove glob import --- src/git.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git.js b/src/git.js index 8e32f51..7a5aadd 100644 --- a/src/git.js +++ b/src/git.js @@ -1,5 +1,4 @@ const git = require("gift"); -const glob = require("glob"); const childProcess = require("child_process"); const fs = require("fs"); const g2js = require('gradle-to-js/lib/parser');