Skip to content

Commit

Permalink
fix: add urls
Browse files Browse the repository at this point in the history
  • Loading branch information
itaven committed Aug 30, 2023
1 parent bb31fa8 commit aa8212c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/lidofinance/wallets-testing-modules",
"homepage": "https://github.com/itaven/wallets-testing-modules",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/wallets-testing-modules.git",
"url": "https://github.com/itaven/wallets-testing-modules.git",
"directory": "packages/extensions"
},
"bugs": {
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
"url": "https://github.com/itaven/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/lidofinance/wallets-testing-modules",
"homepage": "https://github.com/itaven/wallets-testing-modules",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/wallets-testing-modules.git",
"url": "https://github.com/itaven/wallets-testing-modules.git",
"directory": "packages/nodes"
},
"bugs": {
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
"url": "https://github.com/itaven/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/lidofinance/wallets-testing-modules",
"homepage": "https://github.com/itaven/wallets-testing-modules",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/wallets-testing-modules.git",
"url": "https://github.com/itaven/wallets-testing-modules.git",
"directory": "packages/nodes"
},
"bugs": {
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
"url": "https://github.com/itaven/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "MIT",
"homepage": "https://github.com/lidofinance/wallets-testing-modules",
"homepage": "https://github.com/itaven/wallets-testing-modules",
"repository": {
"type": "git",
"url": "https://github.com/lidofinance/wallets-testing-modules.git",
"url": "https://github.com/itaven/wallets-testing-modules.git",
"directory": "packages/widgets"
},
"bugs": {
"url": "https://github.com/lidofinance/wallets-testing-modules/issues"
"url": "https://github.com/itaven/wallets-testing-modules/issues"
},
"sideEffects": false,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wallets-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tester513/wallets-testing11",
"version": "8.0.0",
"version": "0.0.0",
"description": "",
"author": "",
"license": "UNLICENSED",
Expand Down

0 comments on commit aa8212c

Please sign in to comment.