From 62f650a1ebd9cbec413c60044aba500cf851ae11 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 7 Jan 2017 21:43:41 +0200 Subject: [PATCH] package.json: Peg Bootstrap v4 Alpha 5 Alpha v6 just came out and breaks everything, so let's just peg the exact version we want for now. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e173ad3..8ff461e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Alan Orth", "license": "GPL-3.0", "devDependencies": { - "bootstrap": "~4.0.0-alpha.5", + "bootstrap": "4.0.0-alpha.5", "cookieconsent": "^3.0.4", "cssnano-cli": "^1.0.5", "font-awesome": "^4.7.0",