From 9d800f41c800f1125530ec7731a3bab209962db7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 28 Aug 2016 20:54:53 +0300 Subject: [PATCH] package.json: Add git repository --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fbe8fd0..2055a8d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,10 @@ "name": "hugo-theme-bootstrap4", "version": "0.0.1", "description": "A Bootstrap v4 theme for the Hugo static site generator.", - "private": "true", + "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", "build:js": "cp node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/jquery/dist/jquery.min.js static/js",