From b2bb749638bc954cac0fddc6a23b65e5fc1eb705 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 18 Sep 2016 12:20:27 +0300 Subject: [PATCH] package.json: Bootstrap is actually a dev dependency You actually only need it if you want to recompile the theme, as the generated style is already stored in `static/css/style.css`. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index edb2bfc..c63d38e 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,8 @@ "keywords": "hugo", "author": "Alan Orth", "license": "GPL-3.0", - "dependencies": { - "bootstrap": "4.0.0-alpha.4" - }, "devDependencies": { + "bootstrap": "4.0.0-alpha.4", "clean-css": "^3.4.19", "font-awesome": "^4.6.3", "node-sass": "^3.9.3"