max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

Move `@types/yauzl` to `devDependencies` #125

Open aeschli opened 2 years ago

aeschli commented 2 years ago

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 ?