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 85f2355
Show file tree
Hide file tree
Showing 3 changed files with 1,727 additions and 1,237 deletions.
Empty file modified docs/docs.cli.mjs
100644 → 100755
Empty file.
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
Loading

0 comments on commit 85f2355

Please sign in to comment.