Skip to content

Commit

Permalink
edr-0.3.6
Browse files Browse the repository at this point in the history
Update repository URL in package.json files (#413)
  • Loading branch information
fvictorio authored Apr 29, 2024
1 parent 0df41a8 commit 0127f23
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/edr-darwin-arm64",
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.2.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/edr-darwin-x64",
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.2.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/edr-linux-arm64-gnu",
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.2.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/edr-linux-arm64-musl",
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.2.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/edr-linux-x64-gnu",
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.2.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/edr-linux-x64-musl",
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.2.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nomicfoundation/edr-win32-x64-msvc",
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"version": "0.2.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"src/"
],
"repository": {
"url": "https://github.com/NomicFoundation/hardhat.git",
"url": "https://github.com/NomicFoundation/edr.git",
"type": "git"
},
"napi": {
Expand Down

0 comments on commit 0127f23

Please sign in to comment.