From 8c4b06759b6d770e9b7d9f240d893c976794af30 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 14 Jan 2018 01:00:25 -0500 Subject: [PATCH] Freeze the bulma dependency to 0.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3aea8c20..4a887da3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/yuzu-emu/yuzu-emu.github.io#readme", "dependencies": { - "bulma": "^0.6.2", + "bulma": "0.6.2", "cssnano": "^3.10.0", "gulp": "^3.9.1", "gulp-concat": "^2.6.1",