max-mapper / max-mapper/extract-zip
Move `@types/yauzl` to `devDependencies`
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 398
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
By defining
"optionalDependencies": {
"@types/yauzl": "^2.9.1"
},
@types/yauzl (and all its dependencies, such as @types/node`) will be installed as dependencies.
All clients using extract-zip will get these node module tool to, and the TypeScript compiler tools pick it up.
Could this go into devDepenencies ?
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
Review the package manifest entry shown in the issue and confirm how @types/yauzl is currently classified. Move it out of the production dependency set and verify that extract-zip no longer installs it for clients while development tooling can still use it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100