diff --git a/package.json b/package.json index 38509c6..b8cb644 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "dependency-time-machine", - "version": "1.2.1", + "version": "1.3.0", "description": "Tool to automatically update dependencies one-by-one in the time order", - "main": "./bin/index.js", + "main": "./bin/src/index.js", "repository": "https://github.com/pilotpirxie/dependency-time-machine.git", "author": "pilotpirxie <10637666+pilotpirxie@users.noreply.github.com>", "license": "MIT", @@ -18,7 +18,7 @@ "typescript": "^5.1.6" }, "bin": { - "dependency-time-machine": "./bin/index.js" + "dependency-time-machine": "./bin/src/index.js" }, "scripts": { "build": "tsc",