bucharest-gold / szero

The main goal is to show unused dependencies on Node.js modules, more specifically, to show that Foo dependency declared in package.json is not being used because there is no require('foo').
Other
17 stars 6 forks source link

Szero #99 #101

Closed felipewmartins closed 7 years ago

felipewmartins commented 7 years ago

Fixed the summary option. When it used, the same shows the "devDependencies" in the "Unused Dependencies" section.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 89.968% when pulling 0fda4a685976037729c3ee8c62a1aab9c251a5b0 on felipewmartins:szero-99 into d5e6c5a9575d3e234eb1b1e7340b65b410df8769 on bucharest-gold:master.

helio-frota commented 7 years ago

@felipewmartins thanks!