Update node to v0.10.3

This commit is contained in:
Cheng Zhao
2013-04-04 21:18:21 +08:00
parent bac2209449
commit 20083b97c6
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ end
desc "Download node binary"
task "update-node" do
`script/update-node v0.10.1`
`script/update-node v0.10.3`
end
desc "Download debug symbols for CEF"

View File

@@ -21,7 +21,7 @@ exit_unless_npm_exists
npm install npm --silent
NODE_DIR="$HOME/.cefode-gyp"
NODE_VERSION="0.10.1"
NODE_VERSION="0.10.3"
NODE_URL="https://gh-contractor-zcbenz.s3.amazonaws.com/cefode2/dist"
if [ ! -d "node_modules/node-gyp" ]; then
./node_modules/.bin/npm install node-gyp --silent