@renovatebot/pep440
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "@renovatebot/pep440", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "PEP440 implementation in JavaScript", | ||
@@ -13,3 +13,4 @@ "main": "index.js", | ||
"prettier-fix": "prettier --write \"**/*.{ts,js,mjs,json,md}\"", | ||
"test": "run-s prettier eslint jest" | ||
"test": "run-s prettier eslint jest", | ||
"prepare": "husky install" | ||
}, | ||
@@ -36,3 +37,3 @@ "repository": { | ||
"conventional-changelog-conventionalcommits": "4.6.3", | ||
"eslint": "8.6.0", | ||
"eslint": "8.7.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
@@ -43,5 +44,7 @@ "eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-promise": "6.0.0", | ||
"husky": "7.0.4", | ||
"jest": "27.4.7", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.5.1", | ||
"pretty-quick": "3.1.3", | ||
"semantic-release": "18.0.1" | ||
@@ -48,0 +51,0 @@ }, |
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
34220
14