diff --git a/package.json b/package.json index 70e1fc2..1dc7d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "organizee", - "version": "1.0.3", + "version": "1.0.5", "description": "organizee is a command-line interface (CLI) tool designed to help users organize their files efficiently based on file type.", "main": "dist/index.mjs", "module": "dist/index.mjs", @@ -19,7 +19,6 @@ "scripts": { "build": "tsup", "start": "node dist/index.mjs", - "start-test": "node dist/index.mjs -h -v -p ../toOrg", "watch": "jest --watchAll --verbose", "test": "jest", "prepare": "husky",