From d8a0139ce48a3428d4e92814230cec634f350335 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 19 Jul 2020 10:53:26 +0200 Subject: [PATCH] fix --- ci.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci.js b/ci.js index 683cb75..c105a3d 100644 --- a/ci.js +++ b/ci.js @@ -5,12 +5,11 @@ * Created by Timo Hocker , May 2020 */ -/* eslint-disable no-console, no-process-exit, prefer-named-capture-group */ +/* eslint-disable */ 'use strict'; const fs = require ('fs'); const child_process = require ('child_process'); -const { type } = require ('os'); const pkg = JSON.parse (fs.readFileSync ('package.json', 'utf-8'));