Skip to content

Commit 023c9fd

Browse files
Changed git URL for npmjs (#3179)
1 parent dd7f64e commit 023c9fd

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"repository": {
3939
"type": "git",
40-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/adapter"
40+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
4141
},
4242
"scripts": {
4343
"build": "tsc -b tsconfig.build.json && tsc-alias",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/cli"
35+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
3636
},
3737
"scripts": {
3838
"build": "tsc -b tsconfig.build.json && tsc-alias",

packages/common-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"repository": {
4141
"type": "git",
42-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/common-db"
42+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
4343
},
4444
"scripts": {
4545
"build": "tsc -b tsconfig.build.json && tsc-alias",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"repository": {
3333
"type": "git",
34-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/common"
34+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
3535
},
3636
"scripts": {
3737
"build": "tsc -b tsconfig.build.json && tsc-alias",

packages/db-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-base"
27+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
2828
},
2929
"scripts": {
3030
"build": "tsc -b tsconfig.build.json",

packages/db-objects-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-objects-file"
27+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
2828
},
2929
"scripts": {
3030
"build": "tsc -b tsconfig.build.json",

packages/db-objects-jsonl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-objects-jsonl"
29+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
3030
},
3131
"scripts": {
3232
"build": "tsc -b tsconfig.build.json",

packages/db-objects-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"repository": {
2828
"type": "git",
29-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-objects-redis"
29+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
3030
},
3131
"scripts": {
3232
"build": "tsc -b tsconfig.build.json && tsc-alias",

packages/db-states-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/ioBroker/ioBroker.js-controller/packages/db-states-file"
25+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
2626
},
2727
"scripts": {
2828
"build": "tsc -b tsconfig.build.json",

packages/db-states-jsonl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/ioBroker/ioBroker.js-controller/tree/master/packages/db-states-jsonl"
27+
"url": "https://github.com/ioBroker/ioBroker.js-controller"
2828
},
2929
"scripts": {
3030
"build": "tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)