Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: The schema of the `json` export has changed. Previously... ```json { "./path": { "author": 1234 } } ``` Now... ``` { "./path": { "author": { "lines": 1234, "license": "MIT" // Optional key } } } ```
- Loading branch information