Skip to content

Commit

Permalink
Merge pull request #1370 from dusk-network/feature-1367
Browse files Browse the repository at this point in the history
web-wallet: Change `package.json` fields to reflect repo change
  • Loading branch information
ascartabelli authored Feb 9, 2024
2 parents 40ec7e3 + 88db26b commit 8a0b1cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Change Holdings component design [#1361](https://github.com/dusk-network/rusk/issues/1361)
- Change `fiatCurrency`, `locale`, `tokenCurrency`, `token` to required properties in Balance component [#1331](https://github.com/dusk-network/rusk/pull/1331)
- Change `package.json` fields to reflect repo change [#1367](https://github.com/dusk-network/rusk/issues/1367)

### Removed

Expand Down
6 changes: 3 additions & 3 deletions web-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"url": "https://dusk.network/",
"mail": "[email protected]"
},
"bugs": "https://github.com/dusk-network/web-wallet/issues",
"bugs": "https://github.com/dusk-network/rusk/issues",
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/dusk-network/web-wallet",
"homepage": "https://github.com/dusk-network/rusk/tree/master/web-wallet",
"license": "MPL-2.0",
"name": "web-wallet",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dusk-network/web-wallet.git"
"url": "https://github.com/dusk-network/rusk.git"
},
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 8a0b1cc

Please sign in to comment.