diff options
Diffstat (limited to 'tools/sync_node_modules.py')
-rwxr-xr-x | tools/sync_node_modules.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/sync_node_modules.py b/tools/sync_node_modules.py deleted file mode 100755 index d7dc42fd1..000000000 --- a/tools/sync_node_modules.py +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python -# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import third_party -import util -util.enable_ansi_colors() -third_party.run_yarn() |