Skip to content

Commit

Permalink
Set version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotpirxie committed Sep 14, 2023
1 parent a930f79 commit 3ae9659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand All @@ -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",
Expand Down

0 comments on commit 3ae9659

Please sign in to comment.