better-title-case
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -34,3 +34,3 @@ const { URL } = require('url'); | ||
} | ||
catch (err) { | ||
catch (error) { | ||
return false; | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"name": "better-title-case", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js", | ||
"LICENSE.md" | ||
], | ||
"author": "Brad Dougherty <me@brad.is>", | ||
@@ -24,5 +28,5 @@ "license": "MIT", | ||
"ava": "^0.25.0", | ||
"eslint-config-bdougherty": "^4.1.1", | ||
"nyc": "^11.6.0", | ||
"xo": "^0.20.3" | ||
"eslint-config-bdougherty": "^5.1.1", | ||
"nyc": "^13.1.0", | ||
"xo": "^0.23.0" | ||
}, | ||
@@ -29,0 +33,0 @@ "xo": { |
@@ -1,2 +0,2 @@ | ||
# better-title-case | ||
# better-title-case [![Build Status](https://travis-ci.org/bdougherty/better-title-case.svg?branch=master)](https://travis-ci.org/bdougherty/better-title-case) | ||
@@ -3,0 +3,0 @@ > Convert a string to title case based on the [Daring Fireball](https://daringfireball.net/2008/05/title_case) rules. |
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
5924
4
90