Comparing version 5.0.2 to 6.0.0
{ | ||
"name": "varname", | ||
"version": "5.0.2", | ||
"version": "6.0.0", | ||
"description": "Convert strings between different variable naming formats", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"engines": { | ||
"node": "16.x || 18.x || 20.x", | ||
"node": "18.x || 20.x", | ||
"npm": "8.x || 9.x" | ||
@@ -34,4 +34,4 @@ }, | ||
"test": "npm run test:coverage", | ||
"project:verify": "npx --yes @rowanmanning/validate-project@2 --type git node-library", | ||
"project:fix": "npx --yes @rowanmanning/validate-project@2 --type git node-library --fix", | ||
"project:verify": "npx --yes @rowanmanning/validate-project@3 --type git node-library", | ||
"project:fix": "npx --yes @rowanmanning/validate-project@3 --type git node-library --fix", | ||
"prepare": "husky install" | ||
@@ -38,0 +38,0 @@ }, |
@@ -19,3 +19,3 @@ | ||
* [Node.js](https://nodejs.org/) 16+ | ||
* [Node.js](https://nodejs.org/) 18+ | ||
@@ -22,0 +22,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
8247