1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 20:52:42 +01:00

🐛 remove bin from package.json

This commit is contained in:
Flam3rboy 2021-07-16 17:08:14 +02:00
parent bde41965cc
commit ba0e2bca03

View File

@ -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",