anagram-finder-cli
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -88,3 +88,3 @@ #!/usr/bin/env node | ||
if (json) { | ||
const toJson = JSON.stringify({ word, anagrams }, 0, 2); | ||
const toJson = JSON.stringify({ word, anagrams, count: anagrams.length }, 0, 2); | ||
@@ -91,0 +91,0 @@ console.log(toJson); |
{ | ||
"name": "anagram-finder-cli", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "This CLI makes it possible to search for anagrams from a provided dictionary file", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5775