Specify the version instead of using "*" for dependencies in package.json.
This commit is contained in:
parent
61b2377cf2
commit
acda56210b
2 changed files with 11 additions and 11 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue