Skip to content

Commit 43d09b6

Browse files
authored
fix: update package.json metadata (#723)
1 parent f081c22 commit 43d09b6

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.changeset/few-eels-beam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/backend-cli': patch
3+
---
4+
5+
fix: update package.json metadata

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "amplify-vnext",
2+
"name": "amplify-backend",
33
"version": "0.0.1",
44
"description": "",
55
"type": "module",
@@ -40,17 +40,17 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "git+https://github.com/aws-amplify/cli.git"
43+
"url": "https://github.com/aws-amplify/amplify-backend.git"
4444
},
4545
"engines": {
4646
"node": ">=18.16.0"
4747
},
4848
"author": "AWS Amplify",
4949
"license": "Apache-2.0",
5050
"bugs": {
51-
"url": "https://github.com/aws-amplify/cli/issues"
51+
"url": "https://github.com/aws-amplify/amplify-backend/issues"
5252
},
53-
"homepage": "https://github.com/aws-amplify/cli#readme",
53+
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
5454
"devDependencies": {
5555
"@aws-sdk/client-amplify": "^3.440.0",
5656
"@aws-sdk/client-cloudformation": "^3.421.0",

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/aws-amplify/cli.git"
21+
"url": "https://github.com/aws-amplify/amplify-backend.git"
2222
},
2323
"engines": {
24-
"node": ">=18.0.0"
24+
"node": ">=18.16.0"
2525
},
2626
"author": "AWS Amplify",
2727
"license": "Apache-2.0",
2828
"bugs": {
29-
"url": "https://github.com/aws-amplify/cli/issues"
29+
"url": "https://github.com/aws-amplify/amplify-backend/issues"
3030
},
31-
"homepage": "https://github.com/aws-amplify/cli#readme",
31+
"homepage": "https://github.com/aws-amplify/amplify-backend#readme",
3232
"dependencies": {
3333
"@aws-amplify/backend-output-schemas": "^0.4.0",
3434
"@aws-amplify/backend-secret": "^0.3.1",

0 commit comments

Comments
 (0)