Project: Switch to Prettier for code formatting
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@ project(
|
||||
'nightthemeswitcher',
|
||||
version: '82',
|
||||
license: ['GPL-3.0-or-later', 'CC-BY-SA-4.0'],
|
||||
meson_version: '>= 0.56.0'
|
||||
meson_version: '>= 0.56.0',
|
||||
)
|
||||
|
||||
UUID = 'nightthemeswitcher@romainvigier.fr'
|
||||
@@ -22,7 +22,7 @@ i18n = import('i18n')
|
||||
|
||||
npm_exe = find_program('npm', required: false)
|
||||
if npm_exe.found()
|
||||
run_target('dev', command: [ npm_exe, 'install', '--save-dev' ])
|
||||
run_target('dev', command: [npm_exe, 'install', '--save-dev'])
|
||||
endif
|
||||
|
||||
subdir('src')
|
||||
|
||||
Reference in New Issue
Block a user