mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update node to v0.10.3
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user