From f238f48945c659ef16ba7229ad5e5aae5900960c Mon Sep 17 00:00:00 2001 From: Jeremy Oustrich Date: Fri, 24 Jul 2026 13:10:03 -0400 Subject: [PATCH] Remove dev dependency from scan production code --- lib/src/commands/scan.ts | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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",