majgis/ngify

NgifySettings.prototype._getPackageSummaryPromise starts with filePath instead of dirname

majgis opened this issue · 0 comments

The first to call in recursive NgifySettings.prototype._getPackageSummaryPromise is worthless since it uses the filePath to start. It corrects itself on the first recursion, but the extra step needs to be eliminated.