Skip to content

Commit a03b56c

Browse files
joschamastilver
authored andcommitted
doc: remove leftover reduce setting (#92)
1 parent 32fb9a5 commit a03b56c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,14 @@ Modify files details before the manifest is created. [more details](#hooks-optio
106106
Type: `function`<br>
107107
Default: `(seed, files) => files.reduce((manifest, {name, path}) => ({...manifest, [name]: path}), seed)`
108108

109+
All entries in `files` correspond to the object structure described in the `Hooks Options` section.
110+
109111
Create the manifest. It can return anything as long as it's serialisable by `JSON.stringify`. [more details](#hooks-options)
110112

111113

112114
## Hooks Options
113115

114-
`filter`, `map`, `reduce` takes as an input an Object with the following properties:
116+
`filter`, `map` take as an input an Object with the following properties:
115117

116118
### `path`
117119

0 commit comments

Comments
 (0)