mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-23 19:31:24 +08:00
Specify the version instead of using "*" for dependencies in package.json.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user