Skip to content

Commit

Permalink
Remove dependency on Yeoman
Browse files Browse the repository at this point in the history
Summary:
We stopped using Yeoman in #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
  • Loading branch information
Martin Konicek committed Dec 8, 2016
1 parent 324f8f8 commit 1fd7a57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1fd7a57

Please sign in to comment.