Skip to content

Commit

Permalink
docs: attempt a typedoc bump (#3281)
Browse files Browse the repository at this point in the history
* docs: attempt a typedoc bump

* bump typedoc again

* test removing typedoc

* experiment

* change lerp casing

* try reordering
  • Loading branch information
eonarheim authored Nov 17, 2024
1 parent 3dd74af commit 4f0645d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"sync-request": "6.1.0",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"typedoc": "0.25.3",
"typedoc": "0.25.13",
"typescript": "5.6.3",
"url-loader": "4.1.1",
"webpack": "5.96.1",
Expand Down
2 changes: 1 addition & 1 deletion src/engine/Math/Index.ts → src/engine/Math/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export * from './global-coordinates';
export * from './line-segment';
export * from './projection';
export * from './ray';
export * from './util';
export * from './lerp';
export * from './util';
2 changes: 1 addition & 1 deletion src/engine/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export * from './Engine';
export * from './GarbageCollector';
export * from './Screen';
export * from './Actor';
export * from './Math/Index';
export * from './Math/index';
export * from './Camera';
export * from './Debug/index';
export * from './EventDispatcher';
Expand Down

0 comments on commit 4f0645d

Please sign in to comment.