Skip to content

Commit

Permalink
fix: add missing fields, fix up array type, add comments (#60)
Browse files Browse the repository at this point in the history
Making the following changes:

1. Add missing fields:
  * `funding`
  * `licenses` (deprecated)
  * `overrides`
  * `peerDependenciesMeta`
  * `workspaces`
2. Allow mixed object/string entries in `contributors`
3. Misc. comment cleanup

## References
*  Fixes #25

---------

Co-authored-by: Steven <[email protected]>
  • Loading branch information
broofa and styfle committed Jul 24, 2024
1 parent 5511d4b commit 6ffee7f
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 280 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"version": "1.0.2",
"description": "Typescript definitions for npm registry content",
"types": "./types/index.d.ts",
"exports": {
"./package.json": "./package.json"
},
"scripts": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
Expand Down
Loading

0 comments on commit 6ffee7f

Please sign in to comment.