package.json: Only god knows why npm reformatted this

This commit is contained in:
Alan Orth 2016-09-13 18:07:35 +03:00
parent 1229ecbcc4
commit 7b92a2889c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 3 deletions

View File

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