Closed goloroden closed 7 years ago
For some time now, depcheck also supports getting missing dependencies, i.e. dependencies that are being used in the code, but have not been added to the package.json file.
depcheck
package.json
This was currently missing in gulp-depcheck, so I added it.
gulp-depcheck
@mcasimir Ping ;-)
Ping ;-)
For some time now,
depcheck
also supports getting missing dependencies, i.e. dependencies that are being used in the code, but have not been added to thepackage.json
file.This was currently missing in
gulp-depcheck
, so I added it.