From db0124c8f1b4ae87d0aa5b792325cc9cadcfabe5 Mon Sep 17 00:00:00 2001 From: Privy Beam <48634491+privy-edge@users.noreply.github.com> Date: Tue, 2 Jul 2019 15:45:58 +0000 Subject: [PATCH] Update package.json Unstable repo to test matrix js sdk 2.0.1 instead of the 0.14.X --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9a7f784..46741d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-blockstack-auth", - "version": "0.1.0", + "version": "0.1.2", "description": "Blockstack-Matrix Account Manager", "main": "index.js", "scripts": { @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/friedger/matrix-blockstack-auth.git" + "url": "git+https://github.com/privy-cafe/matrix-blockstack-auth.git" }, "author": "", "license": "MIT", @@ -24,7 +24,7 @@ }, "dependencies": { "blockstack": "^19.2.1", - "matrix-js-sdk": "^0.14.2", + "matrix-js-sdk": "^2.0.1", "sourceify": "^0.1.0" } }