diff --git a/lib/src/commands/scan.ts b/lib/src/commands/scan.ts index f6cb4e3..a928951 100644 --- a/lib/src/commands/scan.ts +++ b/lib/src/commands/scan.ts @@ -1,4 +1,3 @@ -import "dotenv/config"; import fs from "fs/promises"; import path from "path"; diff --git a/package.json b/package.json index f36ecf9..c64e8f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dittowords/cli", - "version": "5.6.1", + "version": "5.6.2", "description": "Command Line Interface for Ditto (dittowords.com).", "license": "MIT", "main": "bin/ditto.js",