angular / dgeni-packages

A collection of dgeni packages for generating documentation from source code.
MIT License
142 stars 106 forks source link

Optimize NPM package #325

Closed ext closed 2 years ago

ext commented 2 years ago

Removes clutter and unused files from NPM package and moves packages not required at runtime to devDependencies (such as eslint). mkdirp dependency dropped as it is natively supported by all supported versions of nodejs.

This reduces the filesize of the package:

devversion commented 2 years ago

I've merged this (manually to squash the fixup commit using autosquash — not supported by GitHub UI). thx again