Skip to content

Commit 8b68d84

Browse files
authored
chore: rename package folders to conform to the cli-* convention (#1645)
* chore: rename package folders to conform to the cli-* convention * fixup imports * bring back fixtures
1 parent b1c896a commit 8b68d84

File tree

123 files changed

+41
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+41
-68
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
node_modules/
22
debugger-ui/
33
templates/
4-
global-cli/
54
build/
65
coverage/

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ build/
1111
.cache
1212
.watchmanconfig
1313
coverage
14-
!packages/platform-ios/src/config/__fixtures__/native_modules/node_modules
14+
!packages/cli-platform-ios/src/config/__fixtures__/native_modules/node_modules

CONTRIBUTING.md

Lines changed: 0 additions & 7 deletions

README.md

Lines changed: 13 additions & 29 deletions

packages/cli-clean/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"outDir": "build"
66
},
77
"references": [
8-
{"path": "../tools"},
8+
{"path": "../cli-tools"},
99
{"path": "../cli-types"},
1010
{"path": "../cli-config"}
1111
]

packages/cli-config/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"rootDir": "src",
55
"outDir": "build"
66
},
7-
"references": [{"path": "../tools"}, {"path": "../cli-types"}]
7+
"references": [{"path": "../cli-tools"}, {"path": "../cli-types"}]
88
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)