Skip to content

Commit 1b5e1a0

Browse files
committed
Rename all aux.* files to make Windows happy
1 parent 48281de commit 1b5e1a0

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
File renamed without changes.

src/actions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { GetOtherActions as createOtherActions } from './other.js'
55
import { createBusActions as createBusActions } from './bus.js'
66
import { InstanceBaseExt } from '../types.js'
77
import { WingConfig } from '../config.js'
8-
import { createAuxActions } from './aux.js'
8+
import { createAuxActions } from './auxes.js'
99
import { createMainActions } from './main.js'
1010
import { createUsbPlayerActions } from './usbplayer.js'
1111
import { createCardsActions } from './cards.js'

src/actions/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { CompanionActionInfo, CompanionFeedbackInfo } from '@companion-module/ba
44
import { Easing } from '../easings.js'
55
import * as StateUtils from '../state/utils.js'
66
import { ChannelCommands } from '../commands/channel.js'
7-
import { AuxCommands } from '../commands/aux.js'
7+
import { AuxCommands } from '../commands/auxes.js'
88
import { BusCommands } from '../commands/bus.js'
99
import { MatrixCommands } from '../commands/matrix.js'
1010
import { MainCommands } from '../commands/main.js'
File renamed without changes.

src/commands/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AuxCommands as Aux } from './aux.js'
1+
import { AuxCommands as Aux } from './auxes.js'
22
import { ChannelCommands as Channel } from './channel.js'
33
import { BusCommands as Bus } from './bus.js'
44
import { MatrixCommands as Matrix } from './matrix.js'

0 commit comments

Comments
 (0)