Simple update: ```json "main": "lib/docsify.js", "unpkg": "lib/docsify.min.js" ``` This will allow sites to add the minified version of docsify using the default unpkg url: ```html <script src="https://unpkg.com/docsify"></script> ```
Simple update:
This will allow sites to add the minified version of docsify using the default unpkg url: