Comparing version 0.0.2 to 0.0.3
@@ -1,1 +0,1 @@ | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"5ea082e80255247218e862d4cf82f17a","lockfileHash":"d18bc9c23c827f1fe0ea303b903ea390","guessedImports":["ansi-colors","enquirer"],"guessedImportsHash":"bdeec31db8353cdd3246551cbe33d43e"}}} | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"cc8e9afe768697ca483d430b42150f6a","lockfileHash":"e603cc59749619e1b18a8cb673532ffd","guessedImports":["ansi-colors","enquirer"],"guessedImportsHash":"bdeec31db8353cdd3246551cbe33d43e"}}} |
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
//console.log(clordleGame); | ||
console.log(clordleGame); | ||
@@ -72,3 +72,4 @@ for (let i = 0; i < 5; i++) { | ||
let result = clordleGame.processGuess(answer.result); | ||
//console.log(result) | ||
console.log(result) | ||
console.log(clordleGame); | ||
for (let i = 0; i < result.length; i++) { | ||
@@ -75,0 +76,0 @@ if (result[i].isCorrect) { |
{ | ||
"name": "clordle", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "If wordle and the command line had a baby.", | ||
@@ -5,0 +5,0 @@ "main": "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
43885
2447