Skip to content

Commit afe59cc

Browse files
committed
build: Apply npm package fixes
Applies changes from "npm pkg fix".
1 parent 4162353 commit afe59cc

File tree

8 files changed

+11
-10
lines changed

8 files changed

+11
-10
lines changed

internal/shrinkwrap-extractor/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
"license": "Apache-2.0",
1212
"main": "lib/convertPackageLockToShrinkwrap.js",
1313
"bin": {
14-
"shrinkwrap-extractor": "./cli.js"
14+
"shrinkwrap-extractor": "cli.js"
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "[email protected]:UI5/cli.git"
18+
"url": "git+ssh://[email protected]/UI5/cli.git",
19+
"directory": "internal/shrinkwrap-extractor"
1920
},
2021
"scripts": {
2122
"test": "npm run lint && npm run coverage && npm run depcheck",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "[email protected]:UI5/cli.git"
37+
"url": "git+ssh://git@github.com/UI5/cli.git"
3838
},
3939
"devDependencies": {
4040
"@commitlint/cli": "^20.1.0",

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"repository": {
108108
"type": "git",
109-
"url": "[email protected]:UI5/cli.git",
109+
"url": "git+ssh://git@github.com/UI5/cli.git",
110110
"directory": "packages/builder"
111111
},
112112
"dependencies": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tool"
1818
],
1919
"bin": {
20-
"ui5": "./bin/ui5.cjs"
20+
"ui5": "bin/ui5.cjs"
2121
},
2222
"type": "module",
2323
"exports": {
@@ -100,7 +100,7 @@
100100
},
101101
"repository": {
102102
"type": "git",
103-
"url": "[email protected]:UI5/cli.git",
103+
"url": "git+ssh://git@github.com/UI5/cli.git",
104104
"directory": "packages/cli"
105105
},
106106
"dependencies": {

packages/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
},
109109
"repository": {
110110
"type": "git",
111-
"url": "[email protected]:UI5/cli.git",
111+
"url": "git+ssh://git@github.com/UI5/cli.git",
112112
"directory": "packages/fs"
113113
},
114114
"dependencies": {

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"repository": {
9797
"type": "git",
98-
"url": "[email protected]:UI5/cli.git",
98+
"url": "git+ssh://git@github.com/UI5/cli.git",
9999
"directory": "packages/logger"
100100
},
101101
"dependencies": {

packages/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
},
106106
"repository": {
107107
"type": "git",
108-
"url": "[email protected]:UI5/cli.git",
108+
"url": "git+ssh://git@github.com/UI5/cli.git",
109109
"directory": "packages/project"
110110
},
111111
"dependencies": {

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
},
103103
"repository": {
104104
"type": "git",
105-
"url": "[email protected]:UI5/cli.git",
105+
"url": "git+ssh://git@github.com/UI5/cli.git",
106106
"directory": "packages/server"
107107
},
108108
"dependencies": {

0 commit comments

Comments
 (0)