From: Jacob Burden Date: Sat, 12 Nov 2016 02:11:39 +0000 (-0500) Subject: update package.json to use "style" field X-Git-Tag: 0.4.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25836ac0d63cd4f03846fef18905c02fdc6ffcf9;p=thirdparty%2Fbulma.git update package.json to use "style" field The style field is useful so that this package can be used with JS libraries that working with such as [sheetify](https://github.com/stackcss/sheetify) which uses [style-resolve](https://github.com/stackcss/style-resolve) under the hood. --- diff --git a/package.json b/package.json index 5fac8cfa7..eb959fda1 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Jeremy Thomas (http://jgthms.com)", "description": "Modern CSS framework based on Flexbox", "main": "bulma.sass", + "style": "bulma/css/bulma.css", "repository": { "type": "git", "url": "git+https://github.com/jgthms/bulma.git"