Skip to content

Commit

Permalink
fix git url
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Jul 5, 2024
1 parent d2994ee commit 17c80a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ await build({
license: 'Apache-2.0',
repository: {
type: 'git',
url: 'git+https://github.com/stauroDEV/spektr.git',
url: 'https://github.com/StauroDEV/spektr.git',
},
bugs: {
url: 'https://github.com/stauroDEV/spektr/issues',
url: 'https://github.com/StauroDEV/spektr/issues',
},
publishConfig: {
access: 'public',
Expand Down

0 comments on commit 17c80a9

Please sign in to comment.