File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export class PluginsService implements IPluginsService {
170
170
return _ . filter ( nodeModules , nodeModuleData => nodeModuleData && nodeModuleData . isPlugin ) ;
171
171
}
172
172
173
- //This method will travers all non dev dependencies (not only the root/installed ones) and filter the plugins.
173
+ //This method will traverse all non dev dependencies (not only the root/installed ones) and filter the plugins.
174
174
public getAllProductionPlugins ( projectData : IProjectData , dependencies ?: IDependencyData [ ] ) : IPluginData [ ] {
175
175
const allProductionPlugins : IPluginData [ ] = [ ] ;
176
176
dependencies = dependencies || this . $nodeModulesDependenciesBuilder . getProductionDependencies ( projectData . projectDir ) ;
You can’t perform that action at this time.
0 commit comments