Skip to content

Commit

Permalink
Merge pull request #100 from react-native-community/Esemesek/remove-d…
Browse files Browse the repository at this point in the history
…ependencies

build: remove dependencies command
  • Loading branch information
cpojer authored Mar 15, 2019
2 parents f465789 + 2c9729c commit c0a49df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 114 deletions.
112 changes: 0 additions & 112 deletions packages/cli/src/commands/dependencies/dependencies.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/cli/src/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import uninstall from './install/uninstall';
import upgrade from './upgrade/upgrade';
import logAndroid from './logAndroid/logAndroid';
import logIOS from './logIOS/logIOS';
import dependencies from './dependencies/dependencies';
import info from './info/info';

/**
Expand All @@ -49,7 +48,6 @@ const loadLocalCommands: Array<LocalCommandT> = [
upgrade,
logAndroid,
logIOS,
dependencies,
info,
];

Expand Down

0 comments on commit c0a49df

Please sign in to comment.