8000 Fix missing readmes · NodeGo/unifiedjs.github.io@a446766 · GitHub
[go: up one dir, main page]

Skip to content

Commit a446766

Browse files
committed
Fix missing readmes
1 parent 9bd4840 commit a446766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/page/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import {detail} from '../component/package/detail.js'
33
import {page} from './page.js'
44

55
export function pkg(data, d, tree) {
6-
return page(head(data, d), detail(data, d, tree))
6+
return page(head(data, d), [detail(data, d, tree)])
77
}

0 commit comments

Comments
 (0)
0