From df40a66391f5f85eef4a4247b3ba717f01ddff13 Mon Sep 17 00:00:00 2001 From: holly Date: Sat, 21 Aug 2021 08:38:06 +0100 Subject: [PATCH] indent using tabs mate --- package.json | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 9529b75..b0da585 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,21 @@ { - "name": "mc-beta-server", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": {}, - "repository": { - "type": "git", - "url": "git+https://github.com/tgpethan/mc-beta-server.git" - }, - "keywords": [], - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/tgpethan/mc-beta-server/issues" - }, - "homepage": "https://github.com/tgpethan/mc-beta-server#readme", - "dependencies": { - "net": "^1.0.2", - "uuid": "^8.3.2" - } + "name": "mc-beta-server", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/tgpethan/mc-beta-server.git" + }, + "keywords": [], + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/tgpethan/mc-beta-server/issues" + }, + "homepage": "https://github.com/tgpethan/mc-beta-server#readme", + "dependencies": { + "net": "^1.0.2" + } }