Skip to content

Commit dbefa39

Browse files
nicocesarfrozeman
authored andcommitted
git+https on package dependency (web3#881)
why git+https? this creates conflicts in systems without the proper helper (i.e. Debian 8) $ git clone git+https://github.com/debris/bignumber.js.git Cloning into 'bignumber.js'... fatal: Unable to find remote helper for 'git+https' $ git clone https://github.com/debris/bignumber.js.git Cloning into 'bignumber.js'... remote: Counting objects: 468, done. ^Cceiving objects: 22% (103/468), 372.00 KiB | 168.00 KiB/s
1 parent 4f22d6e commit dbefa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lib": "./lib"
99
},
1010
"dependencies": {
11-
"bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
11+
"bignumber.js": "https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
1212
"crypto-js": "^3.1.4",
1313
"utf8": "^2.1.1",
1414
"xhr2": "*",

0 commit comments

Comments
 (0)