Skip to content

Commit

Permalink
Include mjs example config files in package
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed May 18, 2024
1 parent 4e9b990 commit d060a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"run.html.ejs",
"bin/*.js",
"lib/**/*.js",
"lib/examples/default_config.json",
"lib/examples/default_esm_config.json"
"lib/examples/default_config.mjs",
"lib/examples/default_esm_config.mjs"
],
"scripts": {
"posttest": "eslint bin/* lib spec index.js --ignore-path=.styleIgnore && prettier --check --ignore-path=.styleIgnore \"lib/**/*.js\" \"spec/**/*.js\" index.js",
Expand Down

0 comments on commit d060a37

Please sign in to comment.