gulp-cdnizer
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "gulp-cdnizer", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A gulp plugin for replacing local links with CDN links, includes fallbacks and customization", | ||
@@ -42,7 +42,3 @@ "keywords": [ | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
] | ||
"licenses": "MIT" | ||
} |
# gulp-cdnizer | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] | ||
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Support via Gratipay][gratipay-image]][gratipay-url] | ||
@@ -512,5 +512,5 @@ > [cdnizer][] plugin for [gulp](https://github.com/wearefractal/gulp) | ||
If you'd like to support this and other OverZealous Creations (Phil DeJarnett) projects, [donate via Gittip][gittip-url]! | ||
If you'd like to support this and other OverZealous Creations (Phil DeJarnett) projects, [donate via Gratipay][gratipay-url]! | ||
[![Support via Gittip][gittip-image]][gittip-url] | ||
[![Support via Gratipay][gratipay-image]][gratipay-url] | ||
@@ -537,3 +537,3 @@ You can learn a little more about me and some of the [work I do for open source projects in an article at CDNify.](https://cdnify.com/blog/overzealous-creations/) | ||
[gittip-url]: https://www.gittip.com/OverZealous/ | ||
[gittip-image]: https://raw2.github.com/OverZealous/gittip-badge/0.1.2/dist/gittip.png | ||
[gratipay-url]: https://www.gratipay.com/OverZealous/ | ||
[gratipay-image]: https://img.shields.io/gratipay/OverZealous.svg |
25781