Skip to content

Commit

Permalink
fix: update repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Feb 1, 2024
1 parent 1aae649 commit 6077b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to publish a [npm](https://www.npmjs.com) package.

[![Build Status](https://github.com/semantic-release/npm/workflows/Test/badge.svg)](https://github.com/semantic-release/npm/actions?query=workflow%3ATest+branch%3Amaster) [![npm latest version](https://img.shields.io/npm/v/@glzr/semantic-release-npm/latest.svg)](https://www.npmjs.com/package/@glzr/semantic-release-npm)
[![Build Status](https://github.com/glzr-io/semantic-release-npm/workflows/Test/badge.svg)](https://github.com/glzr-io/semantic-release-npm/actions?query=workflow%3ATest+branch%3Amaster) [![npm latest version](https://img.shields.io/npm/v/@glzr/semantic-release-npm/latest.svg)](https://www.npmjs.com/package/@glzr/semantic-release-npm)
[![npm next version](https://img.shields.io/npm/v/@glzr/semantic-release-npm/next.svg)](https://www.npmjs.com/package/@glzr/semantic-release-npm)
[![npm beta version](https://img.shields.io/npm/v/@glzr/semantic-release-npm/beta.svg)](https://www.npmjs.com/package/@glzr/semantic-release-npm)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"workerThreads": false
},
"bugs": {
"url": "https://github.com/semantic-release/npm/issues"
"url": "https://github.com/glzr-io/semantic-release-npm/issues"
},
"contributors": [
"Stephan Bönnemann <[email protected]> (http://boennemann.me)",
Expand Down Expand Up @@ -51,7 +51,7 @@
"lib",
"index.js"
],
"homepage": "https://github.com/semantic-release/npm#readme",
"homepage": "https://github.com/glzr-io/semantic-release-npm#readme",
"keywords": [
"npm",
"publish",
Expand Down Expand Up @@ -86,7 +86,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/semantic-release/npm.git"
"url": "https://github.com/glzr-io/semantic-release-npm.git"
},
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
Expand Down

0 comments on commit 6077b87

Please sign in to comment.