From ba0e2bca038fd67340e9f7ee60d4eb02839a59a4 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 16 Jul 2021 17:08:14 +0200 Subject: [PATCH] :bug: remove bin from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7d971585..ea86955e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "1.0.0", "description": "This repository contains the HTTP API Server", "main": "dist/Server.js", - "bin": "dist/start.js", "types": "dist/Server.d.ts", "scripts": { "test": "jest",