From 3150f55c86c8c217f661f002d18b0981b5bb5186 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Wed, 7 Aug 2019 18:15:44 +0300 Subject: [PATCH] Fix codefactor --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 7eb538e..bd2dc7c 100644 --- a/index.js +++ b/index.js @@ -1,7 +1,5 @@ 'use strict'; -const path = require('path'); - const platformNames = { win32 : 'windows', linux : 'linux',