Update node to v0.10.18.
This commit is contained in:
parent
bf4756fdfb
commit
aad0c8e996
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ from lib.util import *
|
||||||
|
|
||||||
|
|
||||||
ATOM_SHELL_VRESION = get_atom_shell_version()
|
ATOM_SHELL_VRESION = get_atom_shell_version()
|
||||||
NODE_VERSION = 'v0.10.15'
|
NODE_VERSION = 'v0.10.18'
|
||||||
|
|
||||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
DIST_DIR = os.path.join(SOURCE_ROOT, 'dist')
|
DIST_DIR = os.path.join(SOURCE_ROOT, 'dist')
|
||||||
|
|
|
@ -19,7 +19,7 @@ TARGET_PLATFORM = {
|
||||||
}[sys.platform]
|
}[sys.platform]
|
||||||
|
|
||||||
ATOM_SHELL_VRESION = get_atom_shell_version()
|
ATOM_SHELL_VRESION = get_atom_shell_version()
|
||||||
NODE_VERSION = 'v0.10.15'
|
NODE_VERSION = 'v0.10.18'
|
||||||
|
|
||||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'Release')
|
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'Release')
|
||||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit c2ecf615ac2bb846a38ffa0b64e9ce0ff4f8953b
|
Subproject commit 7f44fac0fd64af7ec172c9606af1f3cec684a9ce
|
Loading…
Add table
Add a link
Reference in a new issue