Skip to content

Commit

Permalink
Fix order of gitpkg query params
Browse files Browse the repository at this point in the history
Seems on update of that service made the order inflexible.
  • Loading branch information
sisou committed Aug 7, 2023
1 parent 01b6a08 commit 35f6ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nimiq/electrum-client": "https://github.com/nimiq/electrum-client#build",
"@nimiq/fastspot-api": "^1.7.0",
"@nimiq/iqons": "^1.5.2",
"@nimiq/keyguard-client": "https://gitpkg.now.sh/nimiq/keyguard?dac2c68dda5a8a5b4dd3e05465d3f1e9d7a539d5&scripts.postinstall=cd%20client%20%26%26%20.%2Fbuild-gitpkg.sh",
"@nimiq/keyguard-client": "https://gitpkg.now.sh/nimiq/keyguard?scripts.postinstall=cd%20client%20%26%26%20.%2Fbuild-gitpkg.sh&dac2c68dda5a8a5b4dd3e05465d3f1e9d7a539d5",
"@nimiq/ledger-api": "^2.3.0",
"@nimiq/network-client": "^0.6.2",
"@nimiq/oasis-api": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1488,9 +1488,9 @@
btoa "^1.1.2"
node-lmdb "^0.9.6"

"@nimiq/keyguard-client@https://gitpkg.now.sh/nimiq/keyguard?dac2c68dda5a8a5b4dd3e05465d3f1e9d7a539d5&scripts.postinstall=cd%20client%20%26%26%20.%2Fbuild-gitpkg.sh":
"@nimiq/keyguard-client@https://gitpkg.now.sh/nimiq/keyguard?scripts.postinstall=cd%20client%20%26%26%20.%2Fbuild-gitpkg.sh&dac2c68dda5a8a5b4dd3e05465d3f1e9d7a539d5":
version "1.0.0"
resolved "https://gitpkg.now.sh/nimiq/keyguard?dac2c68dda5a8a5b4dd3e05465d3f1e9d7a539d5&scripts.postinstall=cd%20client%20%26%26%20.%2Fbuild-gitpkg.sh#d6db0cb123fc4b54efd1369206e620ff3a9ed0ea"
resolved "https://gitpkg.now.sh/nimiq/keyguard?scripts.postinstall=cd%20client%20%26%26%20.%2Fbuild-gitpkg.sh&dac2c68dda5a8a5b4dd3e05465d3f1e9d7a539d5#d6db0cb123fc4b54efd1369206e620ff3a9ed0ea"

"@nimiq/ledger-api@^2.3.0":
version "2.3.0"
Expand Down

0 comments on commit 35f6ee6

Please sign in to comment.