Comparing version 6.2.0 to 6.2.1
{ | ||
"name": "varname", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Convert strings between different variable naming formats", | ||
@@ -32,12 +32,11 @@ "keywords": [ | ||
"test": "npm run test:coverage", | ||
"prepare": "husky" | ||
"prepare": "husky || true" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.4.2", | ||
"@commitlint/config-conventional": "^18.4.2", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@rowanmanning/biome-config": "^1.2.0", | ||
"husky": "^9.0.7", | ||
"nyc": "^15.1.0", | ||
"testdouble": "^3.16.4", | ||
"typescript": "^5.0.2" | ||
"nyc": "^17.0.0", | ||
"typescript": "^5.5.2" | ||
}, | ||
@@ -44,0 +43,0 @@ "main": "lib/varname.js", |
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
6
7950