better-title-case
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "better-title-case", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Convert a string to title case based on the Daring Fireball rules.", | ||
"type": "module", | ||
"main": "index.js", | ||
"files": [], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"author": "Brad Dougherty <me@brad.is>", | ||
@@ -22,9 +24,9 @@ "license": "MIT", | ||
"devDependencies": { | ||
"ava": "4.2.0", | ||
"c8": "7.11.2", | ||
"eslint": "8.15.0", | ||
"ava": "4.3.3", | ||
"c8": "7.12.0", | ||
"eslint": "8.24.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-unicorn": "42.0.0", | ||
"prettier": "2.6.2" | ||
"eslint-plugin-unicorn": "44.0.0", | ||
"prettier": "2.7.1" | ||
} | ||
} |
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
7011
5
131