Skip to content

Commit 56f7b25

Browse files
authored
fix: small change to test release workflow
1 parent 7250e84 commit 56f7b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ export const SIMPLE_DIRECTION_MAP = Object.freeze({
3434
});
3535

3636
export const DEFAULT_DESCRIPTION = 'Generated with img2brs.js';
37-
export const DEFAULT_FILE_NAME = 'default.brs'
37+
export const DEFAULT_FILE_NAME = 'default.brs':
3838

3939
export const isNode = typeof process === 'object' && process.env && process.versions?.node;

0 commit comments

Comments
 (0)