From b54ce54a5ddb91fda8d22884d604d19f979b07b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neto?= Date: Fri, 2 Mar 2018 23:57:35 +0000 Subject: [PATCH] package.json repository: fix shorthand github --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 5f65535..56d120e 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,7 @@ "version": "0.32.0", "private": true, "description": "Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom", - "repository": { - "type": "git", - "url": "github:Glavin001/atom-beautify" - }, + "repository": "github:Glavin001/atom-beautify", "bugs": { "url": "https://github.com/Glavin001/atom-beautify/issues" },