Skip to content

Commit

Permalink
RELEASE: version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-elhaddad committed Apr 27, 2024
1 parent 1106735 commit e0658e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit e0658e8

Please sign in to comment.