mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +00:00
docs(website): correct manifest dependency format
This commit is contained in:
parent
b3b4ee113f
commit
f6a3cdd4b2
1 changed files with 3 additions and 4 deletions
|
@ -232,11 +232,10 @@ indices:
|
|||
STRING: URL
|
||||
# WALLY FEATURE ONLY
|
||||
sourcemap_generator: COMMAND
|
||||
overrides:
|
||||
OVERRIDE_KEY: DEPENDENCY_SPECIFIER
|
||||
overrides: Map<OVERRIDE_KEY, DEPENDENCY_SPECIFIER>
|
||||
|
||||
dependencies: DEPENDENCY_SPECIFIER[]
|
||||
peer_dependencies: DEPENDENCY_SPECIFIER[]"
|
||||
dependencies: Map<STRING, DEPENDENCY_SPECIFIER>
|
||||
peer_dependencies: Map<STRING, DEPENDENCY_SPECIFIER>"
|
||||
/>
|
||||
<p>The exports field is used to specify the paths of the package's exports:</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue