wordle-cli
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -113,3 +113,3 @@ #! /usr/bin/env node | ||
} else if (options.spoiler) { | ||
showWord( | ||
word.show( | ||
wordOfTheDay.map((letter) => { | ||
@@ -116,0 +116,0 @@ return { letter, color: 'green' } |
{ | ||
"name": "wordle-cli", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "CLI interpretation of the game Wordle", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
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
153003