From c50d0bce55a7b6df1e1369e9fd7e53ec1f9ee87c Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Mon, 19 Oct 2015 23:03:35 +0200 Subject: [PATCH] Shorter repository field --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 81a082c76..d080d2950 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,7 @@ "version": "0.0.0", "author": "Maxime Thirouin", "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/MoOx/statinamic.git" - }, + "repository": "https://github.com/MoOx/statinamic.git", "dependencies": { "chalk": "^1.1.0", "connect-history-api-fallback": "^1.1.0",