Skip to content

Commit e4e6d21

Browse files
author
Daniele Marostica
committed
Fixes npm repository url
Fixes the npm repository URL in the package.json file.
1 parent 616ccb0 commit e4e6d21

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/tender-hotels-move.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@mia-platform/console-client": patch
3+
---
4+
5+
fixed npm repository url in package.json

packages/console-client/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "@mia-platform/console-client",
3+
"repository": {
4+
"url": "git+https://github.com/mia-platform/console-sdk.git"
5+
},
36
"license": "Apache-2.0",
47
"version": "0.6.2",
58
"main": "build/index.js",

0 commit comments

Comments
 (0)