Comparing version 0.0.3 to 0.0.4
@@ -1,1 +0,1 @@ | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"cc8e9afe768697ca483d430b42150f6a","lockfileHash":"e603cc59749619e1b18a8cb673532ffd","guessedImports":["ansi-colors","enquirer"],"guessedImportsHash":"bdeec31db8353cdd3246551cbe33d43e"}}} | ||
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"eaed888dade0806edc60a1e727bd6e28","lockfileHash":"889d886011f7300325b9eb48dacf5349","guessedImports":["ansi-colors","enquirer"],"guessedImportsHash":"bdeec31db8353cdd3246551cbe33d43e"}}} |
@@ -29,2 +29,5 @@ #!/usr/bin/env node | ||
console.log("Today's date: " + new Date().toLocaleDateString()) | ||
console.log('\n') | ||
for (let i = 0; i < 5; i++) { | ||
@@ -31,0 +34,0 @@ let readableGuessNum = i + 1; |
const { words } = require('./words'); | ||
const clordle = class { | ||
constructor(word = words[Math.floor((new Date().getTime() - new Date("06/29/2021").getTime()) / (1000 * 3600 * 24))], day = -1) { //the default word value aligns with the real wordle guesses. will break sometime in 2027 but 24 y/o me will deal with that | ||
constructor(word = words[Math.floor((new Date().getTime() - new Date("06/19/2021").getTime()) / (1000 * 3600 * 24))], day = -1) { //the default word value aligns with the real wordle guesses. will break sometime in 2027 but 24 y/o me will deal with that | ||
if (day >= 0) { | ||
@@ -7,0 +7,0 @@ word = words[day]; |
{ | ||
"name": "clordle", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "If wordle and the command line had a baby.", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"author": "Piero Maddaleni <piero@piemadd.com>", | ||
"license": "ISC", | ||
"license": "PAN", | ||
"dependencies": { | ||
@@ -16,0 +16,0 @@ "ansi-colors": "4.1.1", |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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
43965
2449
9
1