diff --git a/bauh/gems/web/npm.py b/bauh/gems/web/npm.py deleted file mode 100644 index 28e437a6..00000000 --- a/bauh/gems/web/npm.py +++ /dev/null @@ -1,5 +0,0 @@ -import shutil - - -def is_available() -> bool: - return bool(shutil.which('npm'))