From e6b4d52ee530dc33eb0401465b395d0279650219 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sat, 1 Jun 2013 01:47:58 +0800 Subject: [PATCH] Rollback node to v0.10.5, there is ABI changes in V8. --- script/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/update b/script/update index 30b9218acd4..1b0ba46c3ad 100755 --- a/script/update +++ b/script/update @@ -4,7 +4,7 @@ set -e cd "$(dirname "$0")/.." -./script/update-node v0.10.9 +./script/update-node v0.10.5 gyp --depth . atom.gyp \ -Ivendor/brightray/brightray.gypi \