Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 13dbb00

Browse files
committed
Use correct npm version of bunqjsclient
1 parent 045fb57 commit 13dbb00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"universal-analytics": "^0.4.15"
6464
},
6565
"devDependencies": {
66-
"@bunq-community/bunq-js-client": "BunqCommunity/BunqJSClient#debug-branch",
66+
"@bunq-community/bunq-js-client": "0.13.1",
6767
"@types/axios": "^0.14.0",
6868
"@types/jest": "^22.1.3",
6969
"@types/moxios": "^0.4.8",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
esutils "^2.0.2"
3131
js-tokens "^3.0.0"
3232

33-
"@bunq-community/bunq-js-client@BunqCommunity/BunqJSClient#debug-branch":
34-
version "0.12.0"
35-
resolved "https://codeload.github.com/BunqCommunity/BunqJSClient/tar.gz/c4b2d9554efdbcc63e2b77ce53928aa355009fca"
33+
"@bunq-community/bunq-js-client@0.13.1":
34+
version "0.13.1"
35+
resolved "https://registry.yarnpkg.com/@bunq-community/bunq-js-client/-/bunq-js-client-0.13.1.tgz#6d22a54aba11e80d4d85b5832e2e33661be8c043"
3636

3737
"@types/axios@^0.14.0":
3838
version "0.14.0"

0 commit comments

Comments
 (0)