Skip to content

Commit 00a91ca

Browse files
committed
fix: correct repository URL case (SAP instead of sap) for npm provenance
1 parent a721277 commit 00a91ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api.d.ts"
1414
],
1515
"main": "lib/api.js",
16-
"repository": "https://github.com/sap/vscode-logging/",
16+
"repository": "https://github.com/SAP/vscode-logging/",
1717
"license": "Apache-2.0",
1818
"typings": "./api.d.ts",
1919
"dependencies": {

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"LICENSES",
1212
"api.d.ts"
1313
],
14-
"repository": "https://github.com/sap/vscode-logging/",
14+
"repository": "https://github.com/SAP/vscode-logging/",
1515
"license": "Apache-2.0",
1616
"typings": "./api.d.ts",
1717
"scripts": {

packages/wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api.d.ts"
1414
],
1515
"main": "dist/src/api.js",
16-
"repository": "https://github.com/sap/vscode-logging/",
16+
"repository": "https://github.com/SAP/vscode-logging/",
1717
"license": "Apache-2.0",
1818
"typings": "./api.d.ts",
1919
"dependencies": {

0 commit comments

Comments
 (0)