Update node to v0.10.5.
This commit is contained in:
parent
64b68add3d
commit
d7351f102f
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ from lib.util import *
|
||||||
|
|
||||||
|
|
||||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
NODE_VERSION = 'v0.10.12'
|
NODE_VERSION = 'v0.10.15'
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue