Connect to github over https so that it works without authentication

This commit is contained in:
Leonid Logvinov 2017-06-20 16:49:33 +02:00
parent 6b044a966a
commit 096d3bdb26
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@
"chai": "^4.0.1", "chai": "^4.0.1",
"chai-as-promised": "^6.0.0", "chai-as-promised": "^6.0.0",
"chai-as-promised-typescript-typings": "0.0.3", "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", "chai-typescript-typings": "^0.0.0",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"coveralls": "^2.13.1", "coveralls": "^2.13.1",

View File

@ -938,9 +938,9 @@ chai-as-promised@^6.0.0:
dependencies: dependencies:
check-error "^1.0.2" 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" 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: chai-typescript-typings@^0.0.0:
version "0.0.0" version "0.0.0"