@ngx-rocket/scripts
Advanced tools
Comparing version 5.2.2 to 5.2.3
{ | ||
"name": "@ngx-rocket/scripts", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"description": "Support scripts for ngX-Rocket projects", | ||
@@ -46,6 +46,6 @@ "repository": "ngx-rocket/scripts", | ||
"semantic-release-npm-github": "^3.0.0", | ||
"xo": "^0.51.0" | ||
"xo": "^0.53.1" | ||
}, | ||
"engines": { | ||
"node": ">=12.14.1" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -60,3 +60,5 @@ "xo": { | ||
"unicorn/prefer-object-from-entries": "off", | ||
"complexity": "off" | ||
"complexity": "off", | ||
"unicorn/prefer-node-protocol": "off", | ||
"unicorn/switch-case-braces": "off" | ||
} | ||
@@ -63,0 +65,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
18663