Skip to content

Commit

Permalink
fix(docs): cjs->mjs (was causing warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Aug 5, 2024
1 parent f011842 commit 3cea080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"homepage": "https://github.com/hackbg/toolbox",
"repository": {"type": "git", "url": "https://github.com/hackbg/toolbox", "directory": "docs"},
"description": "Renders nice Markdown documents from Typedoc JSON output.",
"files": [ "README.md", "*.ts", "*.cli.cjs", "!.todo" ],
"bin": { "docs": "./docs.cli.cjs" },
"files": [ "README.md", "*.ts", "*.cli.mjs", "!.todo" ],
"bin": { "docs": "./docs.cli.mjs" },
"dependencies": {
"@hackbg/logs": "workspace:^",
"case": "^1.6.3",
Expand Down

0 comments on commit 3cea080

Please sign in to comment.