Specify the version instead of using "*" for dependencies in package.json.

This commit is contained in:
Cheng Zhao 2013-10-17 09:58:55 +08:00
parent 61b2377cf2
commit acda56210b
2 changed files with 11 additions and 11 deletions

View file

@ -66,7 +66,7 @@ def update_apm():
def update_node_modules():
for dirname in ['.', 'browser/default_app', 'spec']:
for dirname in ['browser/default_app', '.']:
update_node_modules_for_dir(dirname)