Skip to content

Commit

Permalink
chore: remove extra require
Browse files Browse the repository at this point in the history
Summary:
We already have require fs [here](https://github.com/maksimr/react-native/blob/patch-cli/local-cli/cli.js#L34)
Closes facebook#5352

Reviewed By: svcscm

Differential Revision: D2838334

Pulled By: martinbigio

fb-gh-sync-id: 96942b862fee925006687cfba3ad9185a2377a8a
  • Loading branch information
maksimr authored and facebook-github-bot-9 committed Jan 18, 2016
1 parent 63d2226 commit 182e97a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local-cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ var childProcess = require('child_process');
var Config = require('./util/Config');
var defaultConfig = require('./default.config');
var dependencies = require('./dependencies/dependencies');
var fs = require('fs');
var generate = require('./generate/generate');
var library = require('./library/library');
var link = require('./library/link');
Expand Down

0 comments on commit 182e97a

Please sign in to comment.