From 7d77d95bf8dc1056adb52bdde6aa2a2ad1734f43 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Tue, 16 Oct 2012 16:09:37 -0700 Subject: [PATCH] update javascript bundle sha --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f7d45a3a6..eb6a88a6b 100644 --- a/Rakefile +++ b/Rakefile @@ -75,7 +75,7 @@ task "clone-default-bundles" => "create-dot-atom" do bundles = { "https://github.com/textmate/css.tmbundle.git" => "HEAD", "https://github.com/textmate/html.tmbundle.git" => "HEAD", - "https://github.com/textmate/javascript.tmbundle.git" => "2f95d9ae92110c82d55455bf4483951be55f1e87", + "https://github.com/textmate/javascript.tmbundle.git" => "58e81b0eae498c9a4eb6e395368df3b7a01d9851", "https://github.com/textmate/ruby-on-rails.tmbundle.git" => "HEAD", "https://github.com/textmate/ruby.tmbundle.git" => "daad8ef03de9630e74578a046240fd9acc63b8b5", "https://github.com/textmate/text.tmbundle.git" => "HEAD",