shakrmedia / petal

A modern, light CSS UI framework by Shakr
https://shakrmedia.github.io/petal
MIT License
128 stars 9 forks source link

Use jsdelivr link for quick start instead of rawgit #20

Closed premist closed 5 years ago

premist commented 5 years ago

RawGit is shutting down and jsDelivr now offers CDN for open source projects hosted on GitHub.

This PR updates RawGit link to jsDelivr using the latest release tag (0.11.1) as well as add checksum on yarn.lock file which was introduced on recent Yarn release.

premist commented 5 years ago

It is also possible to use NPM link instead of tagged GitHub reference, e.g. like this:

https://cdn.jsdelivr.net/npm/petal.less@0.11.1/dist/petal.min.css

I can modify PR to use the link above if you prefer.