Make atom build behind firewalls

This is to get `npm install` to work behind firewalls where `git://` is blocked.
This commit is contained in:
Abhay Rana
2014-05-08 12:24:34 +05:30
parent 3371252656
commit c66d3fdba0

View File

@@ -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",