mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
Add "unpkg" field to package.json
This makes <https://unpkg.com/bulma> CDN redirect to the CSS file, not "bulma.sass" as the fallback "main" field.
This commit is contained in:
parent
c8272cfbb6
commit
dc1d46ea73
@ -5,6 +5,7 @@
|
|||||||
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
|
||||||
"description": "Modern CSS framework based on Flexbox",
|
"description": "Modern CSS framework based on Flexbox",
|
||||||
"main": "bulma.sass",
|
"main": "bulma.sass",
|
||||||
|
"unpkg": "css/bulma.css",
|
||||||
"style": "bulma/css/bulma.min.css",
|
"style": "bulma/css/bulma.min.css",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user