We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5893d3e commit 74c3ff8Copy full SHA for 74c3ff8
lib/models/config.js
@@ -75,7 +75,7 @@ Config.prototype.getPluginDependencies = function() {
75
@return {Config}
76
*/
77
Config.prototype.setPluginDependencies = function(deps) {
78
- var plugins = PluginDependency.listToArray(deps);
+ var plugins = PluginDependency.listFromArray(deps);
79
80
return this.setValue('plugins', plugins);
81
};
0 commit comments