From 717ad57fd865e1d3c38a281c8fb1b382d5271c04 Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 21 Jul 2020 20:58:03 +0200 Subject: [PATCH] remove useless strict statement --- updates.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/updates.js b/updates.js index 4a55a70..d5a6066 100755 --- a/updates.js +++ b/updates.js @@ -1,6 +1,4 @@ #!/usr/bin/env node -"use strict"; - import ansiRegex from "ansi-regex"; import dns from "dns"; import fetch from "make-fetch-happen";