Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: rename local-cli -> cli
  • Loading branch information
thymikee committed Jan 21, 2019
commit 201059255db82dacd32a3a6006cad5736238075d
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('getProjectDependencies', () => {
dependencies: {
lodash: '^6.0.0',
'react-native': '^16.0.0',
'react-native-local-cli': '*',
'@react-native-community/cli': '*',
},
}),
{ virtual: true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const path = require('path');
*/
const EXCLUDED_PROJECTS = [
'react-native',
'react-native-local-cli',
'@react-native-community/cli',
'react-native-local-cli-preview',
];

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.