Skip to content

Commit f5699bc

Browse files
committed
fix: correct repository URLs from awslabs to aws org for npm provenance
1 parent 4c6f731 commit f5699bc

31 files changed

Lines changed: 31 additions & 31 deletions

File tree

modules/branch-keystore-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript.git",
38+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3939
"directory": "modules/branch-keystore-node"
4040
}
4141
}

modules/cache-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript.git",
36+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3737
"directory": "modules/cache-material"
3838
}
3939
}

modules/caching-materials-manager-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript.git",
38+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3939
"directory": "modules/caching-materials-manager-browser"
4040
}
4141
}

modules/caching-materials-manager-node/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/awslabs/aws-encryption-sdk-javascript.git",
34+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3535
"directory": "modules/caching-materials-manager-node"
3636
}
3737
}

modules/client-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"repository": {
4444
"type": "git",
45-
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript.git",
45+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
4646
"directory": "modules/client-browser"
4747
}
4848
}

modules/client-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"repository": {
4444
"type": "git",
45-
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript.git",
45+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
4646
"directory": "modules/client-node"
4747
}
4848
}

modules/decrypt-browser/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/awslabs/aws-encryption-sdk-javascript.git",
34+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3535
"directory": "modules/decrypt-browser"
3636
}
3737
}

modules/decrypt-node/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": "https://github.com/awslabs/aws-encryption-sdk-javascript.git",
37+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3838
"directory": "modules/decrypt-node"
3939
}
4040
}

modules/encrypt-browser/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/awslabs/aws-encryption-sdk-javascript.git",
35+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3636
"directory": "modules/encrypt-browser"
3737
}
3838
}

modules/encrypt-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/awslabs/aws-encryption-sdk-javascript.git",
36+
"url": "https://github.com/aws/aws-encryption-sdk-javascript.git",
3737
"directory": "modules/encrypt-node"
3838
}
3939
}

0 commit comments

Comments
 (0)