From 4784b6f1e4de1985782a271ff13669536bfdac41 Mon Sep 17 00:00:00 2001 From: Nathakit Date: Tue, 30 May 2017 14:54:12 +0700 Subject: [PATCH] add node module imagesize --- config.json | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 62cae00d..e4f0671b 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,8 @@ "require": { "moment": "moment", "_": "underscore", - "typogr": "typogr" + "typogr": "typogr", + "imageSize": "image-size" }, "jade": { "pretty": true diff --git a/package.json b/package.json index ba94cdc0..a196aa45 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "gulp-uncss": "^1.0.6", "gulp-util": "^3.0.7", "gulp-webp": "^2.3.0", + "image-size": "^0.5.4", "minimist": "^1.2.0", "run-sequence": "^1.2.2", "run-wintersmith": "^0.0.3"