wordle-cli
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -29,9 +29,9 @@ const getOptions = () => { | ||
case 'g': | ||
[options.guesses] = flagSplit; | ||
[, options.guesses] = flagSplit; | ||
break; | ||
case 'd': | ||
[options.date] = flagSplit; | ||
[, options.date] = flagSplit; | ||
break; | ||
case 'w': | ||
[options.word] = flagSplit; | ||
[, options.word] = flagSplit; | ||
break; | ||
@@ -38,0 +38,0 @@ default: |
@@ -286,3 +286,2 @@ [ | ||
"shall", | ||
"harry", | ||
"stove", | ||
@@ -318,5 +317,3 @@ "lowly", | ||
"zesty", | ||
"hasty", | ||
"trash", | ||
"fella", | ||
"larva", | ||
@@ -364,3 +361,2 @@ "forgo", | ||
"piety", | ||
"payer", | ||
"goose", | ||
@@ -387,3 +383,2 @@ "float", | ||
"pinto", | ||
"gaily", | ||
"egret", | ||
@@ -394,3 +389,2 @@ "lilac", | ||
"fluff", | ||
"hydro", | ||
"flack", | ||
@@ -412,3 +406,2 @@ "agape", | ||
"angry", | ||
"bobby", | ||
"trite", | ||
@@ -446,7 +439,5 @@ "aphid", | ||
"treat", | ||
"unlit", | ||
"waste", | ||
"merit", | ||
"woven", | ||
"octal", | ||
"needy", | ||
@@ -475,3 +466,2 @@ "clown", | ||
"thyme", | ||
"eclat", | ||
"doubt", | ||
@@ -483,6 +473,4 @@ "parer", | ||
"alike", | ||
"sooth", | ||
"recap", | ||
"saint", | ||
"liege", | ||
"glory", | ||
@@ -509,3 +497,2 @@ "grate", | ||
"equal", | ||
"unset", | ||
"floor", | ||
@@ -535,5 +522,2 @@ "catch", | ||
"stale", | ||
"vomit", | ||
"ombre", | ||
"fanny", | ||
"unite", | ||
@@ -2321,3 +2305,19 @@ "snarl", | ||
"rural", | ||
"shave" | ||
"shave", | ||
"bobby", | ||
"eclat", | ||
"fella", | ||
"gaily", | ||
"harry", | ||
"hasty", | ||
"hydro", | ||
"liege", | ||
"octal", | ||
"ombre", | ||
"payer", | ||
"sooth", | ||
"unset", | ||
"unlit", | ||
"vomit", | ||
"fanny" | ||
] |
{ | ||
"name": "wordle-cli", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "CLI interpretation of the game Wordle", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
Sorry, the diff of this file is too big to display
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
155981
13294