check-images
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -14,6 +14,6 @@ /** | ||
module.exports = checkImages(); | ||
module.exports = readFile; | ||
function checkImages(filePath) { | ||
function readFile(filePath) { | ||
@@ -20,0 +20,0 @@ // 判断文件需要时间,则必须同步 |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Check whether the height of the picture is in line with the specification", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
3471