From: George Cheng Date: Thu, 6 Sep 2018 03:01:05 +0000 (+0800) Subject: Add "unpkg" field to package.json X-Git-Tag: 0.7.2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc1d46ea73115c9e7e45e5ffdaf8cf93d9589b1b;p=thirdparty%2Fbulma.git Add "unpkg" field to package.json This makes CDN redirect to the CSS file, not "bulma.sass" as the fallback "main" field. --- diff --git a/package.json b/package.json index 0643bc061..8cd769e76 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",