From 1a63db89f23c1a6d39968cbdeec84737014ff76d Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Tue, 19 Jan 2021 01:19:39 +0200 Subject: [PATCH 1/2] Clean up --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 9b43145..cd91b44 100755 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ -import express from "express"; -import http, { ServerResponse } from "http"; -import socketIO from "socket.io"; import debug from "debug"; +import express from "express"; +import http from "http"; +import socketIO from "socket.io"; const serverDebug = debug("server"); const ioDebug = debug("io"); From 073c12197d8e32b7ecbe2abc6b6fcfa84ec67293 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Tue, 19 Jan 2021 01:20:09 +0200 Subject: [PATCH 2/2] Remove comments --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ea5d2d..aff82a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,3 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "npm"