Skip to content

Commit d141fb8

Browse files
committed
refactor(CLI): update export syntax in initIos.js and rename test file
1 parent d672714 commit d141fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/commands/initCommand/initIos.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ async function ensureBridgingHeader(projectDir, projectName) {
123123

124124
module.exports = {
125125
initIos: initIos,
126-
modifyObjectiveCAppDelegate,
127-
modifySwiftAppDelegate,
126+
modifyObjectiveCAppDelegate: modifyObjectiveCAppDelegate,
127+
modifySwiftAppDelegate: modifySwiftAppDelegate,
128128
}
File renamed without changes.

0 commit comments

Comments
 (0)