Skip to content

Commit 505add7

Browse files
Remove internal references and update to public registry
Amp-Thread-ID: https://ampcode.com/threads/T-eb0b6a58-0d4f-4ca8-a95f-e7b670beec77 Co-authored-by: Amp <amp@ampcode.com>
1 parent 4911853 commit 505add7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/app-connect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"license": "MIT",
5252
"repository": {
5353
"type": "git",
54-
"url": "git+https://github.com/gdcorp-commerce/app-connect.git"
54+
"url": "git+https://github.com/godaddy/javascript.git"
5555
},
5656
"dependencies": {
5757
"@tanstack/react-router": "^1.127.9",
@@ -70,6 +70,6 @@
7070
"vitest": "^1.2.2"
7171
},
7272
"publishConfig": {
73-
"registry": "https://gdartifactory1.jfrog.io/artifactory/api/npm/npm-commerce-unified-cli-local/"
73+
"registry": "https://registry.npmjs.org/"
7474
}
7575
}

packages/localizations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"typescript": "~5.7.3"
3434
},
3535
"publishConfig": {
36-
"registry": "https://gdartifactory1.jfrog.io/artifactory/api/npm/npm-commerce-unified-commerce-local/"
36+
"registry": "https://registry.npmjs.org/"
3737
}
3838
}

packages/react/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @gdcorp-commerce/checkout
1+
# @godaddy/react
22

33
## 0.12.50
44

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@
110110
"vitest": "^3.0.6"
111111
},
112112
"publishConfig": {
113-
"registry": "https://gdartifactory1.jfrog.io/artifactory/api/npm/npm-commerce-unified-commerce-local/"
113+
"registry": "https://registry.npmjs.org/"
114114
}
115115
}

0 commit comments

Comments
 (0)