Skip to content

Commit

Permalink
feat: support .mjs extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
codifly-kristof authored Aug 29, 2018
1 parent 2069f4e commit a0ebb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var SPECIFICATION_VERSION = '0.3.0';

var defaults = {
excludeFilters: [],
includeFilters: [ '.*\\.(clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts|vue)$' ],
includeFilters: [ '.*\\.(mjs|clj|cls|coffee|cpp|cs|dart|erl|exs?|go|groovy|ino?|java|js|jsx|litcoffee|lua|p|php?|pl|pm|py|rb|scala|ts|vue)$' ],

src: path.join(__dirname, '../example/'),

Expand Down

0 comments on commit a0ebb78

Please sign in to comment.