Skip to content

Commit c2639e0

Browse files
authored
chore: update repository field in package.json files (#622)
1 parent a763a09 commit c2639e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/paypal-js/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
"license": "Apache-2.0",
4444
"repository": {
4545
"type": "git",
46-
"url": "git://github.com/paypal/paypal-js.git"
46+
"url": "git://github.com/paypal/paypal-js.git",
47+
"directory": "packages/paypal-js"
4748
},
4849
"devDependencies": {
4950
"@commitlint/cli": "18.4.3",

packages/react-paypal-js/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"license": "Apache-2.0",
4242
"repository": {
4343
"type": "git",
44-
"url": "git://github.com/paypal/react-paypal-js.git"
44+
"url": "git://github.com/paypal/paypal-js.git",
45+
"directory": "packages/react-paypal-js"
4546
},
4647
"homepage": "https://paypal.github.io/react-paypal-js/",
4748
"dependencies": {

0 commit comments

Comments
 (0)