From dc1d46ea73115c9e7e45e5ffdaf8cf93d9589b1b Mon Sep 17 00:00:00 2001 From: George Cheng Date: Thu, 6 Sep 2018 11:01:05 +0800 Subject: [PATCH] Add "unpkg" field to package.json This makes CDN redirect to the CSS file, not "bulma.sass" as the fallback "main" field. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0643bc06..8cd769e7 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Jeremy Thomas (https://jgthms.com)", "description": "Modern CSS framework based on Flexbox", "main": "bulma.sass", + "unpkg": "css/bulma.css", "style": "bulma/css/bulma.min.css", "repository": { "type": "git",