diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index ac3ccf285..d1fff0808 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "chai": "^4.0.1", "chai-as-promised": "^6.0.0", "chai-as-promised-typescript-typings": "0.0.3", - "chai-bignumber": "git+ssh://git@github.com:0xProject/chai-bignumber.git", + "chai-bignumber": "0xProject/chai-bignumber", "chai-typescript-typings": "^0.0.0", "copyfiles": "^1.2.0", "coveralls": "^2.13.1", @@ -938,9 +938,9 @@ chai-as-promised@^6.0.0: dependencies: check-error "^1.0.2" -"chai-bignumber@git+ssh://git@github.com:0xProject/chai-bignumber.git": +chai-bignumber@0xProject/chai-bignumber: version "2.0.0" - resolved "git+ssh://git@github.com/0xProject/chai-bignumber.git#9ef233f3e2ca3ab250b66149390c833c117c27e7" + resolved "https://codeload.github.com/0xProject/chai-bignumber/tar.gz/9ef233f3e2ca3ab250b66149390c833c117c27e7" chai-typescript-typings@^0.0.0: version "0.0.0" |