Remove dependency on Yeoman

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-08 11:23:49 +00:00
parent 324f8f8dc3
commit 1fd7a574ba
+1 -3
View File
@@ -209,9 +209,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": {
"JSONStream": "1.2.1",