Skip to content

Commit 42dae23

Browse files
chore: fix repository url
1 parent 5533bcd commit 42dae23

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/localizations/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Internationalization localizations for GoDaddy checkout components",
55
"type": "module",
66
"types": "./dist/index.d.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/godaddy/javascript.git"
10+
},
711
"files": [
812
"dist"
913
],

packages/react/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,9 @@
118118
},
119119
"publishConfig": {
120120
"registry": "https://registry.npmjs.org/"
121-
}
121+
},
122+
"repository": {
123+
"type": "git",
124+
"url": "git+https://github.com/godaddy/javascript.git"
125+
}
122126
}

0 commit comments

Comments
 (0)