-
-
Notifications
You must be signed in to change notification settings - Fork 420
Closed
Description
Overview of the feature
The documentation currently doesn't make use of the following package.json
fields that I think would be nice to see in documentation:
version
description
homepage
repository
bugs
author
license
keywords
- possibly
engine
andengineStrict
Motivation for or Use Case
Because compodoc doesn't find my license file (see #1197), I was hoping it would use the license
field of my package.json
to in some way indicate package licensing, but that doesn't appear to be the case.
Related issues
None.