Made react installed via reac-native init strict to unbreak 15.1.0

This commit is contained in:
Konstantin Raev
2016-06-01 18:55:44 +02:00
parent 23b1ed4570
commit f9fff0e26a
+1 -1
View File
@@ -107,6 +107,6 @@ module.exports = yeoman.generators.NamedBase.extend({
return;
}
this.npmInstall(`react@${reactVersion}`, { '--save': true });
this.npmInstall(`react@${reactVersion}`, { '--save': true, '--save-exact': true });
}
});