holidayextras / jsonapi-client

Easily consume a json:api service in Javascript.
MIT License
68 stars 19 forks source link

Use NPM CDN for <script> includes #31

Open michaelcarter opened 8 years ago

michaelcarter commented 8 years ago

A small thing, you could use https://npmcdn.com/ in conjunction with NPM to auto-cdn this project upon each new release. This would be helpful for people who just want to <script> include it rather than have to host themselves.

A release script like this may also be helpful in automating your releases with a npm release command.