Skip to content

Commit

Permalink
fix: #380
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyin committed Feb 3, 2025
1 parent 21e9694 commit 24dc8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lizard_ext/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# pylint: disable=missing-docstring,invalid-name

version = "1.17.15"
version = "1.17.16"
2 changes: 1 addition & 1 deletion lizard_languages/javascript.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class JavaScriptReader(TypeScriptReader):
# pylint: disable=R0903

ext = ['js']
ext = ['js', 'cjs', 'mjs']
language_names = ['javascript', 'js']

def __init__(self, context):
Expand Down

0 comments on commit 24dc8e4

Please sign in to comment.