Comparing version 3.5.0 to 3.6.0
@@ -117,2 +117,3 @@ 'use strict' | ||
[ | ||
'creat(?!u)', | ||
'[^gq]ua[^auieo]', | ||
@@ -225,3 +226,3 @@ '[aeiou]{3}', | ||
// Expression to match triple syllable suffixes. | ||
var EXPRESSION_TRIPLE = /(ology|ologist|onomy|onomist)$/g | ||
var EXPRESSION_TRIPLE = /(creations?|ology|ologist|onomy|onomist)$/g | ||
@@ -228,0 +229,0 @@ // Expression to split on word boundaries. |
{ | ||
"name": "syllable", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "Count syllables in English words", | ||
@@ -35,3 +35,3 @@ "license": "MIT", | ||
"execa": "^1.0.0", | ||
"nyc": "^13.0.0", | ||
"nyc": "^14.0.0", | ||
"prettier": "^1.14.2", | ||
@@ -38,0 +38,0 @@ "remark-cli": "^6.0.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
13901
429