We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4260fb0 commit fbe2a15Copy full SHA for fbe2a15
lib/services/plugins-service.ts
@@ -170,7 +170,7 @@ export class PluginsService implements IPluginsService {
170
return _.filter(nodeModules, nodeModuleData => nodeModuleData && nodeModuleData.isPlugin);
171
}
172
173
- //This method will travers all non dev dependencies (not only the root/installed ones) and filter the plugins.
+ //This method will traverse all non dev dependencies (not only the root/installed ones) and filter the plugins.
174
public getAllProductionPlugins(projectData: IProjectData, dependencies?: IDependencyData[]): IPluginData[] {
175
const allProductionPlugins: IPluginData[] = [];
176
dependencies = dependencies || this.$nodeModulesDependenciesBuilder.getProductionDependencies(projectData.projectDir);
0 commit comments