DavidWells / DavidWells/markdown-magic
bug: npm package's `types` field points to incorrect file
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 868
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
In the npm package, the types field points to types/index.d.ts:
"types": "types/index.d.ts",
However, the correct path is types/src/index.d.ts.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the npm package manifest and locate the types field shown in the issue. Verify that it points to types/src/index.d.ts, then confirm the published package resolves its type declarations from that path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100