Comparing version 6.1.0 to 6.1.1
{ | ||
"name": "es-check", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Checks the ECMAScript version of .js glob against a specified version of ECMAScript with a shell command", | ||
@@ -13,2 +13,5 @@ "main": "index.js", | ||
}, | ||
"resolutions": { | ||
"ansi-regex": "5.0.1" | ||
}, | ||
"scripts": { | ||
@@ -38,3 +41,3 @@ "chore:delete-branch": "if git show-ref --quiet refs/heads/chore-changelog; then git branch -D chore-changelog; fi", | ||
"@commitlint/cli": "^14.1.0", | ||
"@commitlint/config-conventional": "^13.1.0", | ||
"@commitlint/config-conventional": "^14.1.0", | ||
"@commitlint/prompt": "^13.1.0", | ||
@@ -41,0 +44,0 @@ "assert": "^2.0.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
17521