From dd202931459808ab0446ca27911dbdea8705eb82 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Thu, 10 Oct 2019 12:01:48 -0400 Subject: [PATCH] fix: #7929, use fixed bootswatch --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index c84d023916..d2325f3408 100644 --- a/install/package.json +++ b/install/package.json @@ -37,7 +37,7 @@ "benchpressjs": "^2.0.0", "body-parser": "^1.18.2", "bootstrap": "^3.4.0", - "bootswatch": "^3", + "bootswatch": "git://github.com/thomaspark/bootswatch.git#c41a8f066feb8950c6f9c6bcf5a3c37d1085404e", "chart.js": "^2.7.1", "cli-graph": "^3.2.2", "clipboard": "^2.0.1",