Browse Source

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.
George Cheng 7 years ago
parent
commit
dc1d46ea73
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
   "author": "Jeremy Thomas <bbxdesign@gmail.com> (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",