Update node to v0.10.18.
This commit is contained in:
parent
bf4756fdfb
commit
aad0c8e996
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ TARGET_PLATFORM = {
|
|||
}[sys.platform]
|
||||
|
||||
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__)))
|
||||
OUT_DIR = os.path.join(SOURCE_ROOT, 'out', 'Release')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue