Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-08-02 07:30:24 +03:00
parent 4d1ef8fef2
commit 28a94d5c51

View File

@ -202,7 +202,7 @@ Metadata:
license: 'BSD-3-Clause', license: 'BSD-3-Clause',
``` ```
If not set, `.version`, `.author`, `.license` are acquired from `package.json` If not set, `.version`, `.author` and `.license` are acquired from `package.json`
located at the same path as the main script. located at the same path as the main script.
To explicitly set the path of the JSON file from which metadata is read set To explicitly set the path of the JSON file from which metadata is read set
[`<parser>.packageJson`](./ADVANCED.md#parserpackagejson). [`<parser>.packageJson`](./ADVANCED.md#parserpackagejson).