@wordpress/wordcount
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@wordpress/wordcount", | ||
"version": "1.1.1", | ||
"description": "WordPress Word Count Utility", | ||
"version": "1.1.2", | ||
"description": "WordPress word count utility.", | ||
"author": "The WordPress Contributors", | ||
@@ -28,3 +28,3 @@ "license": "GPL-2.0-or-later", | ||
}, | ||
"gitHead": "a1bb35112ec6174c33e09c337dd0382b83f7abe3" | ||
"gitHead": "04961befa151ae1224f50ae2b3742d797b7409d9" | ||
} |
@@ -1,4 +0,4 @@ | ||
# @wordpress/wordcount | ||
# Word Count | ||
A utility to count words | ||
WordPress word count utility. | ||
@@ -5,0 +5,0 @@ ## Installation |
@@ -47,3 +47,3 @@ /** | ||
message: 'Punctuation.', | ||
string: 'It\'s two three \u2026 4?', | ||
string: 'It’s two three \u2026 4?', | ||
words: 3, | ||
@@ -50,0 +50,0 @@ characters_excluding_spaces: 15, |
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
34127