Skip to content

Commit

Permalink
Added directory to repo field for each package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 23, 2020
1 parent 8b54f7f commit 799896a
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"access": "public"
},
"repository": {
"directory": "packages/abi",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/abstract-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"access": "public"
},
"repository": {
"directory": "packages/abstract-provider",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/abstract-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"access": "public"
},
"repository": {
"directory": "packages/abstract-signer",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"access": "public"
},
"repository": {
"directory": "packages/address",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/asm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"access": "public"
},
"repository": {
"directory": "packages/asm",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/base64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"access": "public"
},
"repository": {
"directory": "packages/base64",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/basex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"access": "public"
},
"repository": {
"directory": "packages/basex",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/bignumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"access": "public"
},
"repository": {
"directory": "packages/bignumber",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/bytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public"
},
"repository": {
"directory": "packages/bytes",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"access": "public"
},
"repository": {
"directory": "packages/cli",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public"
},
"repository": {
"directory": "packages/constants",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"access": "public"
},
"repository": {
"directory": "packages/contracts",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"module": "./lib.esm/index.js",
"name": "ethers",
"repository": {
"directory": "packages/ethers",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"access": "public"
},
"repository": {
"directory": "packages/experimental",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/hardware-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"access": "public"
},
"repository": {
"directory": "packages/hardware-wallets",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"access": "public"
},
"repository": {
"directory": "packages/hash",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/hdnode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"access": "public"
},
"repository": {
"directory": "packages/hdnode",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/json-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"access": "public"
},
"repository": {
"directory": "packages/json-wallets",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/keccak256/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"access": "public"
},
"repository": {
"directory": "packages/keccak256",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"access": "public"
},
"repository": {
"directory": "packages/logger",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public"
},
"repository": {
"directory": "packages/networks",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/pbkdf2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"access": "public"
},
"repository": {
"directory": "packages/pbkdf2",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/properties/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"access": "public"
},
"repository": {
"directory": "packages/properties",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"access": "public"
},
"repository": {
"directory": "packages/providers",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"access": "public"
},
"repository": {
"directory": "packages/random",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/rlp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"access": "public"
},
"repository": {
"directory": "packages/rlp",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/sha2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"access": "public"
},
"repository": {
"directory": "packages/sha2",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/shims/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"access": "public"
},
"repository": {
"directory": "packages/shims",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/signing-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"access": "public"
},
"repository": {
"directory": "packages/signing-key",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"access": "public"
},
"repository": {
"directory": "packages/solidity",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"access": "public"
},
"repository": {
"directory": "packages/strings",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/testcases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"access": "public"
},
"repository": {
"directory": "packages/testcases",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"access": "public"
},
"repository": {
"directory": "packages/tests",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"access": "public"
},
"repository": {
"directory": "packages/transactions",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/units/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"access": "public"
},
"repository": {
"directory": "packages/units",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"access": "public"
},
"repository": {
"directory": "packages/wallet",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"access": "public"
},
"repository": {
"directory": "packages/web",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down
1 change: 1 addition & 0 deletions packages/wordlists/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"access": "public"
},
"repository": {
"directory": "packages/wordlists",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
Expand Down

0 comments on commit 799896a

Please sign in to comment.