Skip to content

Commit

Permalink
fix: pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-bertoncelli committed Feb 22, 2024
1 parent e5bae42 commit 700957c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:ctinnovation/changescribe.git"
"url": "git+ssh://git@github.com/ctinnovation/changescribe.git"
},
"author": "",
"license": "ISC",
Expand All @@ -47,7 +47,9 @@
"eslint-plugin-import": "^2.29.1",
"tap": "^18.7.0"
},
"bin": "cli.js",
"bin": {
"changescribe": "cli.js"
},
"engines": {
"node": ">=16"
}
Expand Down

0 comments on commit 700957c

Please sign in to comment.