resemblejs
Advanced tools
Comparing version 2.10.1 to 2.10.2
@@ -0,0 +0,0 @@ const resemble = require("./resemble"); |
{ | ||
"name": "resemblejs", | ||
"version": "2.10.1", | ||
"version": "2.10.2", | ||
"description": "Image analysis and comparison with HTML5", | ||
@@ -19,2 +19,4 @@ "main": "resemble.js", | ||
"test": "jest nodejs-tests", | ||
"test-codacy-coverage": | ||
"jest nodejs-tests --coverage && cat ./coverage/lcov.info | codacy-coverage", | ||
"test-watch": "jest --watch nodejs-tests", | ||
@@ -36,3 +38,3 @@ "precommit": "lint-staged", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-import": "^2.9.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
@@ -42,4 +44,4 @@ "husky": "^0.14.3", | ||
"jest-cli": "^20.0.4", | ||
"lint-staged": "^7.0.0", | ||
"prettier": "^1.11.1" | ||
"lint-staged": "^7.1.0", | ||
"prettier": "^1.12.1" | ||
}, | ||
@@ -46,0 +48,0 @@ "jest": { |
@@ -721,3 +721,3 @@ /* | ||
for (key in options.errorColor) { | ||
if (options.hasOwnProperty(key)) { | ||
if (options.errorColor.hasOwnProperty(key)) { | ||
errorPixelColor[key] = | ||
@@ -724,0 +724,0 @@ options.errorColor[key] === void 0 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60107
19