From 538e83f00190639814a78f904fb00bd170357e03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Kol=C3=A1rik?= Date: Thu, 16 Feb 2023 01:56:47 +0100 Subject: [PATCH] Fix "style" field --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 475e35528..c003ae38c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "description": "Modern CSS framework based on Flexbox", "main": "bulma.sass", "unpkg": "css/bulma.css", - "style": "bulma/css/bulma.min.css", + "style": "css/bulma.min.css", "repository": { "type": "git", "url": "git+https://github.com/jgthms/bulma.git" -- 2.47.2