gulp-image-lqip
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "gulp-image-lqip", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Gulp plugin which generates HTML image placeholders using lqip technique", | ||
@@ -32,3 +32,3 @@ "author": "Johann-S <johann.servoire@gmail.com> (https://www.johann-servoire.fr/)", | ||
"cheerio": "^1.0.0-rc.3", | ||
"jimp": "^0.6.4", | ||
"jimp": "^0.6.8", | ||
"plugin-error": "^1.0.1", | ||
@@ -39,4 +39,4 @@ "pretty": "^2.0.0", | ||
"devDependencies": { | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint": "^6.3.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"gulp": "^4.0.2" | ||
@@ -43,0 +43,0 @@ }, |
# gulp-image-lqip | ||
[![npm version](https://img.shields.io/npm/v/gulp-image-lqip.svg)](https://www.npmjs.com/package/gulp-image-lqip) | ||
[![Build Status](https://travis-ci.org/Johann-S/gulp-image-lqip.svg?branch=master)](https://travis-ci.org/Johann-S/gulp-image-lqip) | ||
@@ -73,6 +74,7 @@ [![dependencies Status](https://img.shields.io/david/Johann-S/gulp-image-lqip.svg)](https://david-dm.org/Johann-S/gulp-image-lqip) | ||
If you want to thank me or supporting my work: | ||
- You can become my [Patron](https://www.patreon.com/jservoire) | ||
- Or buy me a coffee: [PayPal](https://www.paypal.me/jservoire) | ||
If you want to thank me or support my work: | ||
- You can become my [Patron](https://www.patreon.com/jservoire) | ||
- Or buy me a coffee: [PayPal](https://www.paypal.me/jservoire) | ||
## Thanks | ||
@@ -79,0 +81,0 @@ |
@@ -13,5 +13,2 @@ 'use strict' | ||
'.png', | ||
'.bmp', | ||
'.tif', | ||
'.tiff', | ||
'.gif' | ||
@@ -18,0 +15,0 @@ ] |
7850
86
116
Updatedjimp@^0.6.8