Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add project metadata to package.json (ngworker#148)
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: CONTRIBUTING.md#commit - [ ] Tests for the changes have been added (for bug fixes / features) - [x] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [x] Documentation content changes [ ] Other... Please describe: ``` ## What is the current behavior? The project package.json doesn't contain the necessary metadata that npm would read. Additionally, the logo is local and therefore not accessible on npm. ## What is the new behavior? We have included on the package.json the following metadata: - description - homepage - license - repository - keywords - contributors - bugs The lumberjack logo was moved to a CDN. ## Does this PR introduce a breaking change? ``` [ ] Yes [x] No ```
- Loading branch information