Summary:
We stopped using Yeoman in https://github.com/facebook/react-native/pull/10786

I almost forgot to remove the now-unused dependency :)

**Test Plan**

- Published react-native to Sinopia
- Ran `react-native init MyApp`
- The app was generated correctly
- The app's node_modules folder doesn't contain Yeoman

Reviewed By: cpojer

Differential Revision: D4291619

fbshipit-source-id: 44c1ef8035fa2d8c40d4e8c505207245e1a95d3c
This commit is contained in:
Martin Konicek 2016-12-07 10:28:32 -08:00 коммит произвёл Facebook Github Bot
Родитель bfe551d2d1
Коммит 9b0e15cbb2
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -191,9 +191,7 @@
"ws": "^1.1.0",
"xcode": "^0.8.9",
"xmldoc": "^0.4.0",
"yargs": "^6.4.0",
"yeoman-environment": "1.5.3",
"yeoman-generator": "0.21.2"
"yargs": "^6.4.0"
},
"devDependencies": {
"babel-eslint": "^7.0.0",