@directus/format-title
Advanced tools
Comparing version 9.0.0-rc.20 to 9.0.0-rc.21
{ | ||
"name": "@directus/format-title", | ||
"version": "9.0.0-rc.20", | ||
"version": "9.0.0-rc.21", | ||
"description": "Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)", | ||
@@ -32,3 +32,4 @@ "keywords": [ | ||
"start": "rollup -c rollup.config.ts -w", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"lint": "eslint \"src/**/*.ts\"" | ||
}, | ||
@@ -40,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "5bcb004ca690390379517436b9eed54f376206fb" | ||
"gitHead": "203f3f7bbbcc45fad9e20a19a45bc94ef6399fcb" | ||
} |
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
36405