resizer-store
Advanced tools
Comparing version 1.0.50 to 1.0.51
@@ -14,3 +14,3 @@ module.exports = { | ||
], | ||
supportedImagesExtensions: ['jpg', 'png'], | ||
supportedImagesExtensions: ['jpg', 'png', 'jpeg'], | ||
}; |
{ | ||
"name": "resizer-store", | ||
"version": "1.0.50", | ||
"version": "1.0.51", | ||
"main": "./lib/index.js", | ||
@@ -13,4 +13,3 @@ "license": "MIT", | ||
"test": "mocha --timeout 5000 __test__/*.test.js", | ||
"format": "prettier --write \"**/*.js\"", | ||
"precommit": "lint-staged && npm test" | ||
"format": "prettier --write \"**/*.js\"" | ||
}, | ||
@@ -43,3 +42,8 @@ "repository": { | ||
"prettier": "^1.18.2" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged && npm test" | ||
} | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
375353