Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "word-break", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "word-break util for npl", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,2 +11,3 @@ # word-break | ||
test("wordBreak", () => { | ||
const input = "ilikesamsung"; | ||
const dict = ["samsung", "like", "i"]; | ||
@@ -13,0 +14,0 @@ const list = wordBreak(input, dict); |
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
3578
17