Skip to content

Commit

Permalink
Merge pull request #27 from AikidoSec/feat/automate-new-version
Browse files Browse the repository at this point in the history
fix package.json errors for publishing
  • Loading branch information
willem-delbare authored Oct 15, 2024
2 parents 398fe91 + 5598908 commit 3ad251b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"type": "module",
"main": "lib/index.js",
"bin": {
"aikido-api-client": "./lib/index.js"
"aikido-api-client": "lib/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AikidoSec/api-client.git"
"url": "git+https://github.com/AikidoSec/ci-api-client.git"
},
"scripts": {
"start": "nodemon --watch 'src/**/*.ts' --esm --exec 'ts-node' src/index.ts",
Expand Down

0 comments on commit 3ad251b

Please sign in to comment.