Skip to content

Commit

Permalink
chore: convert i18n cli to es modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Nov 20, 2023
1 parent 253cfa1 commit b0e6d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/i18n/cli.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { readFile, writeFile } = require('fs/promises')
const { program } = require('commander')
import { readFile, writeFile } from 'fs/promises'
import { program } from 'commander'

program
.command('merge <sourcePath> <destPath>')
Expand Down

0 comments on commit b0e6d8e

Please sign in to comment.