From 2ff8f4ca6ed238f331cb69aaeb912a94b3df901e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 2 Jun 2017 19:52:23 +0200 Subject: Use forked version of chai-bignumber while the PR is waiting for a review --- package.json | 2 +- yarn.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b472f2a9..249d8906b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "chai-as-promised-typescript-typings": "0.0.2", - "chai-bignumber": "^2.0.0", + "chai-bignumber": "git+ssh://git@github.com:0xProject/chai-bignumber.git", "chai-typescript-typings": "^0.0.0", "copyfiles": "^1.2.0", "dirty-chai": "^1.2.2", diff --git a/yarn.lock b/yarn.lock index 38ec3cb25..2bb0f001b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -914,6 +914,10 @@ chai-bignumber@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/chai-bignumber/-/chai-bignumber-2.0.0.tgz#0cbf9b81790801c3f24fb77f59fa1e17a9c6e3f2" +"chai-bignumber@git+ssh://git@github.com:0xProject/chai-bignumber.git": + version "2.0.0" + resolved "git+ssh://git@github.com/0xProject/chai-bignumber.git#9ef233f3e2ca3ab250b66149390c833c117c27e7" + chai-typescript-typings@^0.0.0: version "0.0.0" resolved "https://registry.yarnpkg.com/chai-typescript-typings/-/chai-typescript-typings-0.0.0.tgz#52e076d72cf29129c94ab1dba6e33ce3828a0724" -- cgit v1.2.3