From 7b92a2889cfc4ad057b0db745aaa1d6df2fadcb4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 13 Sep 2016 18:07:35 +0300 Subject: [PATCH] package.json: Only god knows why npm reformatted this --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d4d10d..50be80b 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "hugo-theme-bootstrap4", "version": "0.0.1", "description": "A Bootstrap v4 theme for the Hugo static site generator.", - "repository" : - { "type" : "git" - , "url" : "https://github.com/alanorth/hugo-theme-bootstrap4.git" + "repository": { + "type": "git", + "url": "https://github.com/alanorth/hugo-theme-bootstrap4.git" }, "scripts": { "build:css": "node-sass --output-style compressed source/scss/style.scss | cleancss > static/css/style.css",