From c1022d15ba38d57e8d204b41bd2af803deede11a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 15 Jan 2014 16:07:48 -0800 Subject: [PATCH] Use bootstrap fork from atom org. This uses the fork branch which is v3.0.3 with @benogle's tooltip commit cherry picked on top of it. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 393cefa0f..689bd4904 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "atomShellVersion": "0.7.6", "dependencies": { "async": "0.2.6", - "bootstrap": "git://github.com/benogle/bootstrap.git", + "bootstrap": "git://github.com/atom/bootstrap.git#6af81906189f1747fd6c93479e3d998ebe041372", "clear-cut": "0.2.0", "coffee-script": "1.6.3", "coffeestack": "0.6.0",