Skip to content

Commit 0216fb6

Browse files
authored
Merge pull request ethereumjs#668 from ryanio/removeEmptyDoc
Remove empty doc
2 parents 80ec768 + 80161c3 commit 0216fb6

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

packages/vm/docs/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@
1414
* ["runCall"](modules/_runcall_.md)
1515
* ["runCode"](modules/_runcode_.md)
1616
* ["runTx"](modules/_runtx_.md)
17-
* ["state/cache"](modules/_state_cache_.md)
1817
* ["state/index"](modules/_state_index_.md)
1918
* ["state/stateManager"](modules/_state_statemanager_.md)

packages/vm/docs/modules/_state_cache_.md

-5
This file was deleted.

packages/vm/typedoc.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
'lib/evm/opFns.ts',
1818
'lib/evm/stack.ts',
1919
'lib/evm/txContext.ts',
20+
'lib/state/cache.ts',
2021
'lib/state/promisified.ts',
2122
],
2223
excludeNotExported: true,

0 commit comments

Comments
 (0)