Update node to v0.10.18.

This commit is contained in:
Cheng Zhao 2013-09-05 15:15:13 +08:00
parent bf4756fdfb
commit aad0c8e996
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ from lib.util import *
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__)))
DIST_DIR = os.path.join(SOURCE_ROOT, 'dist')