From d0806e67799662e81b209755ebe7608fd630a32f Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 16 Mar 2020 17:50:06 -0700 Subject: [PATCH] pkg: switch to git based dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 460ee51e3..6927b1e1e 100644 --- a/package.json +++ b/package.json @@ -35,12 +35,12 @@ "test-all": "npm run test-browser && npm run test-js && npm run test-bigint && npm run test-torsion && npm run test-native" }, "dependencies": { - "bufio": "~1.0.6", - "loady": "~0.0.1" + "bufio": "git+https://github.com/bcoin-org/bufio.git#semver:~1.0.6", + "loady": "git+https://github.com/chjj/loady.git#semver:~0.0.1" }, "devDependencies": { - "bmocha": "^2.1.3", - "bsert": "~0.0.10" + "bmocha": "git+https://github.com/bcoin-org/bmocha.git#semver:^2.1.3", + "bsert": "git+https://github.com/chjj/bsert.git#semver:~0.0.10" }, "engines": { "node": ">=8.0.0"