Skip to content

Commit c4fc504

Browse files
tychotaFacebook Github Bot 3
authored andcommitted
Fix the yeoman-environment version
Summary: This closes #8610. The release of 1.6.2 of yeoman-environment break react-native (since there is no lib folder) Yeoman will be removed from RN as #8197 anyway. Thanks cpsubrian, RobTS **Test plan (required)** I installed the 1.2.7 version and copied it in react-native nodes_modules. Then I ran react-native upgrade <img width="1337" alt="screen shot 2016-07-06 at 21 09 33" src="https://cloud.githubusercontent.com/assets/13785185/16631160/075fc422-43be-11e6-8625-92f03075b007.png"> Closes #8614 Differential Revision: D3524043 fbshipit-source-id: 1def4854ca0fd881b8a935f37c86eb373dfd97c5
1 parent d49ea02 commit c4fc504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"xcode": "^0.8.2",
188188
"xmldoc": "^0.4.0",
189189
"yargs": "^3.24.0",
190-
"yeoman-environment": "^1.2.7",
190+
"yeoman-environment": "~1.2.7",
191191
"yeoman-generator": "^0.20.3"
192192
},
193193
"devDependencies": {

0 commit comments

Comments
 (0)