diff --git a/alxcheck/main.py b/alxcheck/main.py index ac6c0bc..b8f2c09 100644 --- a/alxcheck/main.py +++ b/alxcheck/main.py @@ -25,8 +25,7 @@ def main(): for file in files: file_path = os.path.join(root, file) if file_path.endswith( - (".c", ".py", ".js", ".m", ".h", - ".mjs", ".jsx", ".json") + (".c", ".py", ".js", ".m", ".h", ".ts", ".mjs", ".jsx", ".json") ): if not check_file_ends_with_new_line(file_path): if not is_empty_init_py(file_path): diff --git a/pyproject.toml b/pyproject.toml index ee4f327..955e79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "alxcheck" -version = "0.1.1" +version = "0.1.2" authors = [{ name="Emmanuel Nwafor", email="nwaforemmanuel005@gmail.com"}] description = "ALX text suite. Shell Utility that checks files for ALX's Project Requirements. Including: General, C, JavaScript and Python projects" readme = "README.md" diff --git a/setup.cfg b/setup.cfg index 2d849dd..f22e93f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = alxcheck -version = 0.1.1 +version = 0.1.2 author = Nwafor Emmanuel author_email = nwaforemmanuel005@gmail.com description = "ALX text suite. Shell Utility that checks files for ALX's Project Requirements. Including: General, C, JavaScript and Python projects"