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 5ba3c11 commit 13d7c5bCopy full SHA for 13d7c5b
lib/features.js
@@ -135,7 +135,7 @@ module.exports = {
135
const config = getFeatureConfig(featureName);
136
137
packageHelper.ensurePackagesExist(
138
- packageHelper.addPackageVersions(config.packages),
+ packageHelper.addPackagesVersionConstraint(config.packages),
139
config.method
140
);
141
},
@@ -144,7 +144,7 @@ module.exports = {
144
145
146
return packageHelper.getMissingPackageRecommendations(
147
148
149
150
0 commit comments