Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 10, 2024
1 parent 685c86a commit 4a314c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/dsi-hug/ngx-sentry.git"
"url": "git+https://github.com/dsi-hug/ngx-sentry.git"
},
"keywords": [
"angular",
Expand All @@ -30,7 +30,7 @@
],
"sideEffects": false,
"bin": {
"ngx-sentry": "./bin/ngx-sentry"
"ngx-sentry": "bin/ngx-sentry"
},
"scripts": {
"start": "node ./make.mjs watch",
Expand Down

0 comments on commit 4a314c8

Please sign in to comment.