From c66d3fdba0d33c51ddfcb2f9784e75e2e283ad6a Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 8 May 2014 12:24:34 +0530 Subject: [PATCH] Make atom build behind firewalls This is to get `npm install` to work behind firewalls where `git://` is blocked. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4afb2f6c1..704efc1ca 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "async": "0.2.6", "atom-keymap": "^0.19.0", - "bootstrap": "git://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372", + "bootstrap": "git+https://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372", "clear-cut": "0.4.0", "coffee-script": "1.7.0", "coffeestack": "0.7.0",