docs(website): correct manifest dependency format

This commit is contained in:
daimond113 2024-04-08 17:19:33 +02:00
parent b3b4ee113f
commit f6a3cdd4b2
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C

View file

@ -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>