Skip to content

Commit

Permalink
update SDK dep to released version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaaash committed Apr 29, 2022
1 parent 8563cc8 commit b5a0e88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion point-of-sale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"proxy": "local-ssl-proxy --source 3001 --target 3000"
},
"dependencies": {
"@solana/pay": "file:../core",
"@solana/pay": "^0.2.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-phantom": "^0.9.3",
"@solana/wallet-adapter-react": "^0.15.4",
Expand Down
4 changes: 3 additions & 1 deletion point-of-sale/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,10 @@
dependencies:
buffer "~6.0.3"

"@solana/pay@file:../core":
"@solana/pay@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@solana/pay/-/pay-0.2.0.tgz#07bcd7af86839f93104837a4ef4232675ce0db75"
integrity sha512-eQpFzPaWIbeVkdgSqRun5nR2NfIg9FiBqnaf7+PxN/PanCLCiDVH2OmQhFCZbFBx4jHo7GOFHQh7l/mYWzsT8g==
dependencies:
"@solana/qr-code-styling" "^1.6.0-beta.0"
"@solana/spl-token" "^0.2.0"
Expand Down

0 comments on commit b5a0e88

Please sign in to comment.